ProcessInstanceManagerCancel Method |
流程的取消操作
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal bool Cancel(
WfAppRunner runner,
IDbConnection conn = null
)
Parameters
- runner
- Type: Slickflow.Engine.CommonWfAppRunner
- conn (Optional)
- Type: System.DataIDbConnection
Return Value
Type:
Boolean是否成功
See Also