Enum WorkStatus
Work status
Namespace: DNVGL.One.Compute.Core.Scheduling
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public enum WorkStatus : int
Fields
Name | Description |
---|---|
Aborted | The processing of the work item has been aborted and is terminated |
Aborting | The user has requested to abort the processing of the work item |
Completed | The processing of the work item has completed successfully and is terminated |
Created | The work item has been created |
Executing | The work item is being processed |
Faulted | The processing of the work item has faulted and is terminated |
Faulting | The processing of the work item is failing |
None | Unknown status |
Pending | The work item has been scheduled for execution, but execution has not started |
Suspended | The processing of the work item has been suspended |