@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias RunCommand

    type RunCommand = {
        commandLine: string;
        endFilePath?: string;
        errorFilePath: string;
        folderPath: string;
        inputFilePath: string;
        isolated: boolean;
        lockFilePath?: string;
        logFilePath: string;
        memoryLimit: number;
        next?: RunnerNext;
        outputFilePath: string;
        rawExecution: boolean;
        timeLimit: number;
    }
    Index

    Properties

    commandLine: string
    endFilePath?: string
    errorFilePath: string
    folderPath: string
    inputFilePath: string
    isolated: boolean
    lockFilePath?: string
    logFilePath: string
    memoryLimit: number
    next?: RunnerNext
    outputFilePath: string
    rawExecution: boolean
    timeLimit: number