An enum that defines the possible states of a report task.
Type that uses TaskStatusEnum
Calls that use TaskStatusEnum
Enumerations
PENDING
Indicates the report task is being worked upon. You cannot make changes to a task in this state.
SUCCESS
Indicates the report task ran successfully.
FAILED
Indicates the report task failed to run.