Interface ProcessTerminateMessage

Sent to initiate termination of the counterpart process.

interface ProcessTerminateMessage {
    stopTimeout?: number;
    type: 0;
}

Properties

Properties

stopTimeout?: number
type: 0