The command listing accessed through the Help Button was added to help understand the specific usage and operation of each individual MP command. These command pages all have the following format:
Under the command name is a very short description of what the MP command is intended to do.
The Input Arguments define what information is required by the command in order to be able to execute. It can use references to access information returned by prior steps and operate on that information as part of the run-time process of the script.
The Return arguments define what information is returned from the MP when the step as completed. The return arguments can then be referenced for use by following MP commands.
SUCCESS |
The command worked as intended |
PARTIAL SUCCESS | The command worked correctly but did not have the intended effect for one reason or another. |
FAILURE |
The MP command did not have what it needed to run correctly. |
This section includes helpful suggestions or additional details on the use of the command.