CorrelatedTaskEventStatus Enumeration

Status of correlated task events

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public enum Status

Members

StillRunning0Task is still running.
Success1Task has successfully completed.
Failure2Task failed to start.
Terminated3Task was terminated due to exceeding time for execution.

See Also