ProcessInstanceManagerResume Method |
恢复流程实例
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal void Resume(
int processInstanceID,
WfAppRunner runner,
IDbSession session
)
Parameters
- processInstanceID
- Type: SystemInt32
- runner
- Type: Slickflow.Engine.CommonWfAppRunner
- session
- Type: IDbSession
See Also