-
Notifications
You must be signed in to change notification settings - Fork 18
types.MessageType
canisminor1990 edited this page Apr 8, 2023
·
1 revision
types.MessageType
消息类型定义
• executed: Object
执行完成消息
Property
执行完成的节点 ID
Property
输出值
Name | Type |
---|---|
node |
string |
output |
Record <string , any > |
• executing: Object
正在执行消息
Property
正在执行的节点 ID
Name | Type |
---|---|
node? |
string |
• progress: Object
进度消息
Property
进度值
Property
最大值
Name | Type |
---|---|
max |
number |
value |
number |
• status: Object
状态消息
Property
状态信息
Property
Session ID
Name | Type |
---|---|
sid? |
string |
status |
{ exec_info : { queue_remaining : number } } |
status.exec_info |
{ queue_remaining : number } |
status.exec_info.queue_remaining |
number |