The TaskStatus can be one of:
Constant | Description |
---|---|
Enums.TaskStatusReady | (0) No task has been run. |
Enums.TaskStatusInProgress | (1) A task is currently in progress. |
Enums.TaskStatusCompleted | (2) A task has completed. |
Enums.TaskStatusErrored | (3) An error occurred with the task. |
See also AuthenticationChallenge.