1. 首页
  2. 编程语言
  3. 其他
  4. NC后台任务插件开发代码

NC后台任务插件开发代码

上传者: 2019-01-15 09:48:43上传 DOC文件 39KB 热度 31次
Public interface nc.bs.pub.taskcenter. IBackgroundWorkPlugin { /** * 任务插件执行体 * @param context 执行环境 * @throws BusinessException */ PreAlertObject executeTask(BgWorkingContext context) throws BusinessException; }
用户评论