| ProcessInstanceManagerSetOverdue Method  | 
            设置流程过期时间
            
 
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal bool SetOverdue(
	int processInstanceID,
	DateTime overdueDateTime,
	WfAppRunner runner
)
Parameters
- processInstanceID
 - Type: SystemInt32
流程实例ID - overdueDateTime
 - Type: SystemDateTime
过期时间 - runner
 - Type: Slickflow.Engine.CommonWfAppRunner
当前运行用户 
Return Value
Type: 
Boolean
See Also