Takaro - v0.4.9
    Preparing search index...

    Interface CommandOutput

    CommandOutput

    interface CommandOutput {
        errorMessage?: string;
        rawResult: string;
        success: boolean;
    }
    Index

    Properties

    errorMessage?: string

    CommandOutput

    rawResult: string

    CommandOutput

    success: boolean

    CommandOutput