向父进程发送的消息

interface ProcessMessage {
    action?: "reboot" | "shutdown";
    message?: string;
}

Properties

Properties

action?: "reboot" | "shutdown"

退出动作

message?: string

退出时发送的消息

Generated using TypeDoc