Enum TaskStatus
public enum TaskStatus
Fields
Completed = 2Task is completed and wait to broadcast complete event
Paused = 1Task is paused and will be ignored
Running = 0Task is enabled to run and can be updated
Stopped = 3Task is stopped and will not broadcast complete event