Member Junction
    Preparing search index...

    Type Alias CommandExecutionResult

    type CommandExecutionResult = {
        elapsedTime: number;
        error: string;
        output: string;
        success: boolean;
    }
    Index

    Properties

    elapsedTime: number
    error: string
    output: string
    success: boolean