Type Alias: UserTaskStateEnum
type UserTaskStateEnum =
(typeof UserTaskStateEnum)[keyof typeof UserTaskStateEnum];
The state of the user task. Note: FAILED state is only for legacy job-worker-based tasks.
type UserTaskStateEnum =
(typeof UserTaskStateEnum)[keyof typeof UserTaskStateEnum];
The state of the user task. Note: FAILED state is only for legacy job-worker-based tasks.