Workstation API - v0.6.2
    Preparing search index...

    Interface LaunchAgentResource

    interface LaunchAgentResource {
        args?: readonly string[];
        dependsOn?: readonly string[];
        environment?: Readonly<Record<string, string>>;
        keepAlive?: boolean;
        kind: "launch-agent";
        label: string;
        program: string;
        runAtLoad?: boolean;
        stderrPath?: string;
        stdoutPath?: string;
    }

    Hierarchy

    • ResourceDependencies
      • LaunchAgentResource
    Index
    args?: readonly string[]
    dependsOn?: readonly string[]
    environment?: Readonly<Record<string, string>>
    keepAlive?: boolean
    kind: "launch-agent"
    label: string
    program: string
    runAtLoad?: boolean
    stderrPath?: string
    stdoutPath?: string