Member Junction
    Preparing search index...

    Output of TaskGraph.Submit.

    interface TaskGraphSubmitOutput {
        errorMessage?: string;
        parentTaskID?: string;
        success: boolean;
    }
    Index

    Properties

    errorMessage?: string

    Every validation failure, not just the first, when the graph was rejected.

    parentTaskID?: string

    Parent task representing the whole graph — the handle for status, cancel and retry.

    success: boolean

    True when the graph was validated and persisted.