Allows the user to run a system command. The user passes in the name of the executable, the expected exit value if succeeded, the directory it will be found, the timeout to be used, and can choose to define the names for Standard Output and Standard Error, or allow the system  to generate random names, and any arguments that are required for the system executable.

 

executeSystem

 

Returns exitValue and stderr, stdout for use with subsequent Actions.

 

Properties Available for Child Actions To Use

The following properties are available for use in any child or descendant action:

 

Properties

Notes

exitValue

 

 

The value the system command gives on exit.

stderr

Any error output.

stdout

Any standard output.