回调名称 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": "用户主动取消"
}