We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb707b1 commit a0b93c8Copy full SHA for a0b93c8
docs/specification/draft/basic/utilities/tasks.mdx
@@ -622,7 +622,7 @@ Tasks can be in one of the following states:
622
- `submitted`: The request has been received and queued for execution
623
- `working`: The request is currently being processed
624
- `completed`: The request completed successfully and results are available
625
-- `failed`: The request encountered an error during execution
+- `failed`: The task lifecycle itself encountered an error
626
- `cancelled`: The request was cancelled before completion
627
- `unknown`: A terminal fallback state for unexpected error conditions when the receiver cannot determine the actual task state
628
0 commit comments