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

    Interface TerminateExternalRequestType

    interface TerminateExternalRequestType {
        killTree: boolean;
        timeout: number;
        uuid: string;
    }
    Index
    killTree: boolean

    Value to terminate the running application.

    timeout: number

    Time out period before the running application terminates.

    uuid: string

    The uuid of the running application.