Member Junction
    Preparing search index...

    Output of the task-graph control operations — the graph's status after the action.

    interface TaskGraphControlOutput {
        errorMessage?: string;
        status?: string;
        success: boolean;
    }
    Index

    Properties

    errorMessage?: string
    status?: string

    The parent task's status after the action.

    success: boolean