Member Junction
    Preparing search index...

    Interface TaskGraphSetBreakpointsInput

    Input for TaskGraph.SetBreakpoints.

    interface TaskGraphSetBreakpointsInput {
        parentTaskID: string;
        taskIDs: string[];
    }
    Index

    Properties

    parentTaskID: string
    taskIDs: string[]

    The full breakpoint set — replaces what was there. Empty clears all breakpoints.