TaskAttemptStatus Enumeration |
Namespace: Ookii.Jumbo.Jet
Member name | Value | Description | |
---|---|---|---|
NotStarted | 0 | The task has not yet been started. | |
Running | 1 | The task is running. | |
Completed | 2 | The task has completed successfully. | |
Error | 3 | Task execution encountered an error. |