Click or drag to resize

WorkflowManagerSetTaskReserved Method

Reserve or undo reservation of a 1 of X task.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetTaskReserved(
	Guid workflowInstanceGuid,
	Guid taskGuid,
	bool reserved
)

Parameters

workflowInstanceGuid
Type: SystemGuid
taskGuid
Type: SystemGuid
reserved
Type: SystemBoolean
See Also