FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask..::..isTaskLocked Method

Determines whether [is task locked] [the specified locked workflow user identifier].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool isTaskLocked(
	out string lockedWorkflowUserID
)
Public Function isTaskLocked ( _
	<OutAttribute> ByRef lockedWorkflowUserID As String _
) As Boolean
public:
bool^ isTaskLocked(
	[OutAttribute] String^% lockedWorkflowUserID
)

Parameters

lockedWorkflowUserID
Type: String%
The locked workflow user identifier.

Return Value

true if [is task locked] [the specified locked workflow user identifier]; otherwise, false.