IWorkflow.IsWorkflowPending(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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