IWorkflow.IsWorkflowPending(Guid) Method

Definition

Checks whether the workflow XML in the session's workflow string property is a valid pending workflow.

public:
 bool IsWorkflowPending(Guid agentId);
public bool IsWorkflowPending (Guid agentId);
abstract member IsWorkflowPending : Guid -> bool
Public Function IsWorkflowPending (agentId As Guid) As Boolean

Parameters

agentId
Guid

Specifies the agent ID.

Returns

True if a valid pending workflow is present, otherwise false

Applies to