Type fsm:Completion


List of possible states of a task

Constants
scheduled 0 The task is scheduled to run in the future
processing 1 The task is currently being processed
completed 2 The task has completed
cancelled 3 The task has been cancelled
DEFAULT scheduled(0) The task is scheduled to run in the future