You need to enable JavaScript to run this app.
导航
任务中断回调
最近更新时间:2025.11.17 14:12:57首次发布时间:2025.11.17 14:12:57
复制全文
我的收藏
有用
有用
无用
无用

回调名称 CallBackTaskRunInterrupted,当任务被中断时会触发的回调。

回调参数

参数

类型

示例值

描述

AccountId

String

111111****

火山账号 ID

RunId

String

run-123456

运行 ID

Type

String

user_cancel

中断类型

Content

String

用户主动取消

中断内容描述

回调示例

{
    "AccountId": "111111****",
    "RunId": "run-123456",
    "Type": "user_cancel",
    "Content": "用户主动取消"
}