 
            | Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxApplication Interface | 
For a list of all members of this type, see IMMPxApplication members.
| Name | Description | |
|---|---|---|
|  | FilterVisible | By passing in a ProgID for a filter, you can check if it's visible. | 
|  | FindPxExtensionByName | Allows you to programmatically get a pointer to a PxExtension by specifying the extensions name. This returns an empty pointer if the extension is not currently loaded. | 
|  | FindUsersByRole | Returns an enumeration of PxUsers that are assigned the specified role. | 
|  | Hide | Hides the Process Framework Application (visible property will now return false). | 
|  | InitConnection | When called, this method brings up the login dialog. | 
|  | Show | Shows the Process Framework application (visible property will return true). | 
|  | Shutdown | Shuts down the Process Framework Application. Any extensions will be shut down as a result. | 
|  | Startup | Starts the Process Framework Application. Any extensions will be started as well. | 
|  | StateEnabled | Allows a programmer to check if a specific state is enabled or available given the currently selected node and the user's roles. The Process Framework task/subtask framework has made this method obsolete. | 
|  | TransitionEnabled | Allows a programmer to check if a specific transition is enabled or available given the currently selected node and the user's roles. The Process Framework task/subtask framework has made this method obsolete. |