Bases: object
Current state of a task.
This is to keep track of the current state of a task. NONE: the task is still in the queue START: the task is pull out from the queue and is about to be executed EXECUTED: the task has been executed STATUS: we’re running periodic status check for this task RESULT: the task has finished and result is ready
Bases: object
Task running status.
This is used by execution/status callback function to notify the task manager what’s the status of current task, and also used for indication the final task execution result.