Microsoft FactoryOrchestrator Core TaskStatus
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core
TaskStatus Enum
The status of a Task, TaskRun, or TaskList.
public enum TaskStatus
Fields
Passed
0
The Task passed with no errors.
Aborted
2
The Task was cancelled.
Timeout
3
The Task hit its timeout and was cancelled.
Running
4
The Task is actively running.
NotRun
5
The Task has never been run.
RunPending
6
The Task is queued to run.
WaitingForExternalResult
7
The Task is waiting for its result from a client.
Unknown
2147483647
The Task state is unknown, likely due to a Service error.