AboutSupportDeveloper GuideVersion 38.126.82.64

Interface TerminateExternalRequestType

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

Properties

Properties

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.