Click or drag to resize
TaskStatusValue Enumeration
Task status value.

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public enum TaskStatusValue
Members
  Member nameValueDescription
Waiting1 The task is waiting to be executed.
Running2 The task is running
Aborting3 The task is aborting the execution.
Failed4 The task failed.
Warning5 The task completed with a warning.
Completed6 The task has completed successfully.
Queued7 The task is about to run but hasn't started yet.
Disabled8 The task is about to run but hasn't started yet.
Unrunnable9 The task has a distributiongroup unavailable.
See Also