Command Usage: samgridBatchAdmin v8_1_5 samgridBatchAdmin delete command result
|  |
Command Description:
Delete all possible outcomes with a given exit status for a command
from the given batch adapter in the station configuration.
Usage:
samgridBatchAdmin delete command result <--requiredOptions> [-flags]
Where:
--requiredOptions:
--adapter=<value> # batch adapter name
--commandType=<value> # command type string
--exitStatus=<value> # command exit status
--station=<value> # station name
-flags:
-d # debug flag
-v # verbose flag
Synonymous Options:
--command-type=<value> # synonym for --commandType=<value>
--exit-status=<value> # synonym for --exitStatus=<value>
Required Data Types:
adapter : string
commandType : string
exitStatus : int
station : string
You may omit "--station=<value>" if the $SAM_STATION environmental variable is set.
UNIX ExitStatus:
Success : 0
Unhandled exceptions : 127
See Also: