TaskStatus type
Task status enumeration.
KnownTaskStatus can be used interchangeably with TaskStatus,
this enum contains the known values that the service supports.
Known values supported by the service
New: The task is newly created
OnHold: The task is on hold
Complete: The task has been completed
Removed: The task has been removed
FlaggedHuman: The task has been flagged for human review
FlaggedAi: The task has been flagged for AI review
Executing: The task is currently executing
ExecutionDone: The task execution is done
Stale: The task has become stale
Failed: The task has failed
Incomplete: The task is incomplete
type TaskStatus = string