Data type RunStatus
access this type via: os.Run (uses)
Result of an execute command.
Fields
bool executed True if the command was successfully executed, false otherwise (e.g. if no such command was found on the host OS).
int result The result code returned by executing the command (if executed is true). Note that the integer range available for result is OS-dependent; check your operating system process exit code semantics for further detail.