Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription

path

The absolute path of the script. When the directory is set in the path variable of the mzadmin user on the host, only the filename is required.

argumentCommand line argument(s). The total size of the arguments must not exceed 50kB.

Returns

A ScriptResult UDR containing the following fields:

  • ExitValue (int) - The return code from the shell script.
  • MZError (string) - Error description from  from Image Added  (if any).
  • OriginalData (bytearray) - This field is always empty.
  • StdError (string) - Script output on StdError.
  • StdOut (string) - Script output on StdOut.
  • hasMZError (boolean) - True if script failed to execute, otherwise false.

...