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