Click or drag to resize
ProcessInstanceManagerDiscard Method
废弃单据下所有流程的信息

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal bool Discard(
	WfAppRunner runner,
	IDbConnection conn = null
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
conn (Optional)
Type: System.DataIDbConnection

Return Value

Type: Boolean
See Also