AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ExternalProcessRequestType

    interface ExternalProcessRequestType {
        alias?: string;
        arguments?: string;
        certificate?: CertificationInfo;
        cwd?: string;
        initialWindowState?: string;
        lifetime?: string;
        listener?: LaunchExternalProcessListener;
        path?: string;
        uuid?: string;
    }
    Index
    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