 | RunningTaskState Property |
Gets the operational state of the running task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic override TaskState State { get; }
Public Overrides ReadOnly Property State As TaskState
Get
public:
virtual property TaskState State {
TaskState get () override;
}
Request Example
View SourceProperty Value
Type:
TaskState
See Also