Member Junction
    Preparing search index...

    Interface TaskGraphDebugControlOutput

    Output of the debug control verbs — what happened and the debug state now in force.

    interface TaskGraphDebugControlOutput {
        debug?: TaskGraphDebugState;
        errorMessage?: string;
        success: boolean;
    }
    Index

    Properties

    The graph's debug state after the verb (pause/step/breakpoints/overrides).

    errorMessage?: string
    success: boolean