Session.IsWorkflowPending Property
Gets or sets if the workflow being used (pending). Returns false if no workflow or if its done or cancelled.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As Session
Dim value As Boolean
value = instance.IsWorkflowPending
instance.IsWorkflowPending = value
Syntax
'Declaration
Public Overridable Property IsWorkflowPending As Boolean
public virtual bool IsWorkflowPending { get; set; }
public:
virtual property bool IsWorkflowPending {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsWorkflowPending ()
/** @property */
public void set_IsWorkflowPending (boolean value)
public function get IsWorkflowPending () : boolean
public function set IsWorkflowPending (value : boolean)
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
Session Class
Session Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.