Desktop User Action Interface
The interface provides methods to work with the desktop. The following figure shows the public structure of the interface:
The following table describes the various methods in the interface:
|
Methods |
Description |
|---|---|
|
AppExistsInUI |
The method returns if the application is existing in the UI. |
|
CloseSession |
The method closes the currently active session. |
|
DoDynamicAppCreate |
The method dynamically creates an application using the name passed to the method. |
|
GetCurrentWorkflowState |
The method returns the current state of the workflow. |
|
SetFocusOnApplication |
The method requests the desktop to set focus on the current application. |
|
UserDefinedCommand |
The method passes commands to the desktop from a hosted control outside of the action system. |
Show: