Title:
Add SuccessExitCode to PSExec and PSCall
Created:
9/27/2019 6:32:54 AM by whatatripp
Status:
closed on 11/18/2019 3:37:44 PM
Last pulled:
11/18/2019 3:38:09 PM
Description:
This should be identical to Execute Process, except that it should default to null as to keep with current behavior. `SuccessExitCode` **Success exit code**. Integer exit code which indicates no error. The default is empty, which means that the error code will not be used to evaluate success. This can also be an integer prefixed with an inequality operator (e.g. ">=0" or "<5").