IWorkflow.IsWorkflowPending Method
Checks whether the workflow XML in the session's workflow string property is a valid pending workflow.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As IWorkflow
Dim agentId As Guid
Dim returnValue As Boolean
returnValue = instance.IsWorkflowPending(agentId)
Syntax
'Declaration
Function IsWorkflowPending ( _
agentId As Guid _
) As Boolean
bool IsWorkflowPending (
Guid agentId
)
bool IsWorkflowPending (
Guid agentId
)
boolean IsWorkflowPending (
Guid agentId
)
function IsWorkflowPending (
agentId : Guid
) : boolean
Parameters
- agentId
Specifies the agent ID.
Return Value
Type: Boolean
True if a valid pending workflow is present, otherwise false
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IWorkflow Interface
IWorkflow Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.