Type alias TerminateExternalRequestType

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

Type declaration

  • 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.

Generated using TypeDoc