shajara API
    Preparing search index...

    Interface LaunchHandle<Result>

    Handle for launched work and its live lifecycle state.

    interface LaunchHandle<Result> {
        scope: ExecutionScopeRef<Result>;
        status: LaunchStatus;
    }

    Type Parameters

    • Result

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Scope that owns the launched work's convergence future.

    status: LaunchStatus

    Current lifecycle state for the launched work.