TaskState
Defines the lifecycle states of a Task.
This enum represents all possible states a task can be in during its lifecycle, from initial submission through various processing states to final completion or termination.
See also
Entries
Link copied to clipboard
Task has been received and queued for processing.
Link copied to clipboard
Task is currently being processed by the agent.
Link copied to clipboard
Task is waiting for additional input from the client to continue processing.
Link copied to clipboard
Task has been completed successfully.
Link copied to clipboard
Task has been canceled by the client or system.
Link copied to clipboard
Task has failed due to an error during processing.
Link copied to clipboard
Task has been rejected due to policy, capacity, or other constraints.
Link copied to clipboard
Task requires additional authentication before it can proceed.
Link copied to clipboard
Task state is unknown or cannot be determined.