durable-execution - v0.32.0
    Preparing search index...

    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