Enumeration TASK_STATE

Represent the state of a task

Enumeration Members

CANCELLED: "cancelled"

The task has been cancelled

COMPLETED: "completed"

The task has finished successfully

FAILED: "failed"

The task has finished with an error

PENDING: "pending"

The task has been created, but not yet started

RUNNING: "running"

The task is being processed in this moment