Databricks SDK for JavaScript
    Preparing search index...

    The current state of the run.

    interface RunState {
        lifeCycleState?: RunLifeCycleState_RunLifeCycleState;
        queueReason?: string;
        resultState?: RunResultState_RunResultState;
        stateMessage?: string;
        userCancelledOrTimedout?: boolean;
    }
    Index

    Properties

    A value indicating the run's current lifecycle state. This field is always available in the response. Note: Additional states might be introduced in future releases.

    queueReason?: string

    The reason indicating why the run was queued.

    A value indicating the run's result. This field is only available for terminal lifecycle states. Note: Additional states might be introduced in future releases.

    stateMessage?: string

    A descriptive message for the current state. This field is unstructured, and its exact format is subject to change.

    userCancelledOrTimedout?: boolean

    A value indicating whether a run was canceled manually by a user or by the scheduler because the run timed out.