The following tables list the members exposed by IMMExtension.
Public Properties
| Name | Description |
 | Name | This property allows you to set the name of the extension. e.g., MMSessionManager, MMWorkflowManager. |
 | Priority | This property establishes the order in which the extension appears in the TOC. |
Top
Public Methods
| Name | Description |
 | Shutdown | This method is called when the PxApplication is shut down, providing an opportunity to release member variables. |
 | Startup | This method is called when the extension is loaded into the Process Framework application. A reference to the Process Framework application is passed in (vInitData). |
Top
See Also