AboutSupportDeveloper GuideVersion 38.126.82.64
interface ExternalProcessRequestType {
    alias?: string;
    arguments?: string;
    certificate?: CertificationInfo;
    cwd?: string;
    initialWindowState?: string;
    lifetime?: string;
    listener?: LaunchExternalProcessListener;
    path?: string;
    uuid?: string;
}

Properties

alias?: string
arguments?: string

The arguments to pass to the application.

certificate?: CertificationInfo
cwd?: string

Current working directory.

initialWindowState?: string

Initial window state after launching: 'normal' (default), 'minimized', 'maximized'.

lifetime?: string
path?: string

The file path to where the running application resides.

uuid?: string