Skip to content

Commit 31a8f55

Browse files
weakishleeyeh
authored andcommitted
docs: Insight.on is not supported
1 parent 8db5010 commit 31a8f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/insight.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ module.exports = function(AV) {
5151
},
5252

5353
/**
54-
* 监听 Insight 任务事件,目前仅支持 end 事件,表示任务完成。
54+
* 监听 Insight 任务事件(未来推出独立部署的离线分析服务后开放)
5555
* <p><strong><em>
5656
* 仅在云引擎运行环境下有效。
5757
* </em></strong></p>
58-
* @param {String} event 监听的事件,目前仅支持 'end' ,表示任务完成
58+
* @param {String} event 监听的事件,目前尚不支持。
5959
* @param {Function} 监听回调函数,接收 (err, id) 两个参数,err 表示错误信息,
6060
* id 表示任务 id。接下来你可以拿这个 id 使用AV.Insight.JobQuery 查询任务状态和结果。
6161
*

0 commit comments

Comments
 (0)