Member Junction
    Preparing search index...

    Result of invoking a single capability stage.

    interface PipelineStepResult {
        error?: string;
        logRef: PipelineStepLogRef;
        output: PipeValue;
        success: boolean;
    }
    Index

    Properties

    error?: string
    output: PipeValue
    success: boolean