MP Command Listing Index

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: 

 

[Command Name]

Under the command name is a very short description of what the MP command is intended to do.

 

Input Arguments

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.

 

Return Arguments

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.

 

Returned Status

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.

 

Remarks

This section includes helpful suggestions or additional details on the use of the command.