public enum TaskState
Public Enumeration TaskState
public enum class TaskState
type TaskState
Void | 0 | Task state unspecified. |
Pending | 1 | Task is created but not yet ready to be executed |
Open | 2 | Task is ready to be executed |
Done | 3 | "Done" means that notification was sent or one of the actions was executed |
Closed | 4 | Task is closed either because it has been cancelled |