IDesktopUserActions.GetCurrentWorkflowState 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.
Retrieves the current workflow state, if any. If no workflow is running, returns null.
public:
Microsoft::Uii::Desktop::Core::WorkflowData ^ GetCurrentWorkflowState();
public Microsoft.Uii.Desktop.Core.WorkflowData GetCurrentWorkflowState ();
abstract member GetCurrentWorkflowState : unit -> Microsoft.Uii.Desktop.Core.WorkflowData
Public Function GetCurrentWorkflowState () As WorkflowData
Returns
Running Workflow State or Null
Remarks
If more than one IWorkFlow HostedControl is registered, this will return only the last control in the list.