durable-execution - v0.32.0
GitHub
Preparing search index...
TaskExecutionCloseStatus
Type Alias TaskExecutionCloseStatus
TaskExecutionCloseStatus
:
"idle"
|
"ready"
|
"closing"
|
"closed"
The status of the task execution cleanup/closure process.
idle
: No closure process started
ready
: The task execution is ready to be closed
closing
: Currently performing cleanup (cancelling children, updating parent, etc.)
closed
: All cleanup completed
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
durable-execution - v0.32.0
Loading...
The status of the task execution cleanup/closure process.
idle
: No closure process startedready
: The task execution is ready to be closedclosing
: Currently performing cleanup (cancelling children, updating parent, etc.)closed
: All cleanup completed