Preparing search index...
The search index is not available
linquebot_v2
linquebot_v2
lib/process
ProcessMessage
Interface ProcessMessage
向父进程发送的消息
interface
ProcessMessage
{
action
?:
"reboot"
|
"shutdown"
;
message
?:
string
;
}
Index
Properties
action?
message?
Properties
Optional
action
action
?:
"reboot"
|
"shutdown"
退出动作
Optional
message
message
?:
string
退出时发送的消息
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
action
message
linquebot_v2
bridges/telegram
bridges/test
index
lib/app
lib/command
lib/db
lib/file_lock
lib/process
lib/super_manager
lock_fs
types/app
types/bridge
types/config
types/plugin
util/fatal_error
util/fs
util/std
util/string
util/types
Generated using
TypeDoc
向父进程发送的消息