文件名称:NC后台任务插件开发代码
文件大小:39KB
文件格式:DOC
更新时间:2022-01-31 09:15:23
NC 后台任务插件 UAP
Public interface nc.bs.pub.taskcenter. IBackgroundWorkPlugin { /** * 任务插件执行体 * @param context 执行环境 * @throws BusinessException */ PreAlertObject executeTask(BgWorkingContext context) throws BusinessException; }