Interface Startup

Startup instructions for the Attini Runner.

interface Startup {
    commands?: string[];
    commandsTimeout?: number;
}

Properties

commands?: string[]

List of shell commands that are executed when the Attini Runner starts.

commandsTimeout?: number

The number of seconds the startup commands can execute before the Attini Runner aborts the execution.

Generated using TypeDoc