set_exit_code
Description:
[
Version ( since =
"0.5.2" ) ]
public bool set_exit_code (
Exit exit_enum)
Sets the results object to have the given exit code.
Parameters:
this |
a valid Results instance
|
exit_enum |
the exit code
|
Returns:
true if the value was set
|