The following tables list the members exposed by IMMPxTaskTool.
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | AvailableTasks | The list of tasks available to the current node (as IMMEnumPxTasks). | 
|  | NodeList | Ensures that the task tool can be initialized in terms of the list of available tasks (as an ID8List), making sure that they're all valid, enabled and visible. | 
|  | TaskReady | Flag to determine if the task passed in (as IMMPxTask) has been successfully set and is valid in the current context (as boolean). | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | Execute | This method executes the selected task. Returns a boolean indicating if the method was successful. | 
|  | SetTask | This method sets the selected task. Input parameter is the task (as IMMPxTask). Returns a boolean indicating if the method was successful. | 
|  | ShowTool | This method shows the Process Framework Task Tool form. | 
TopSee Also