上传者: d_c_hao
|
上传时间: 2021-05-26 09:07:53
|
文件大小: 39KB
|
文件类型: DOC
Public interface nc.bs.pub.taskcenter.
IBackgroundWorkPlugin
{
/**
* 任务插件执行体
* @param context 执行环境
* @throws BusinessException
*/
PreAlertObject executeTask(BgWorkingContext context) throws BusinessException;
}