Click or drag to resize

InstanceLockCloseAllTaskOnInstance Method

Closes all task on instance.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void CloseAllTaskOnInstance(
	Guid instanceId,
	WorkflowStatus status
)

Parameters

instanceId  Guid
The instance identifier.
status  WorkflowStatus
The status.
See Also