Type Alias: UserTaskStateEnum
type UserTaskStateEnum =
| "CREATING"
| "CREATED"
| "ASSIGNING"
| "UPDATING"
| "COMPLETING"
| "COMPLETED"
| "CANCELING"
| "CANCELED"
| "FAILED";
Defined in: gen/types.gen.ts:7062
The state of the user task.