For a list of all members of this type, see IMMPxSubtask members.
Public Methods
| Name | Description |
 | Enabled | Returns true if the subtask's preconditions are satisfied. |
 | Execute | Performs the actions of the subtasks. |
 | Initialize | Receives a reference to the PxApplication. |
 | Rollback | Allows a subtask to recover from failure. If a subtask fails, the Rollback method is called on all subtasks that were previously executed within the task. Rollback is NOT called on the failed subtask. It is the failed subtask's responsibility to recover from its own failure and handle its errors. |
Top
See Also