@grandlinex/kernel
    Preparing search index...

    Type Alias XExecResult

    type XExecResult = {
        error: boolean;
        exitCode: number | null;
        stderr: string;
        stdout: string;
    }
    Index

    Properties

    error: boolean
    exitCode: number | null
    stderr: string
    stdout: string