xtd 0.2.0
Loading...
Searching...
No Matches

◆ exit_status

enum class xtd::exit_status
strong

Specifies exit status for the xtd::environment::exit method.

Namespace
xtd
Library
xtd.core
Remarks
Each of the above values represents a constant, which represent different exit status of to the program.
For more information about exit_status, see EXIT_status.
Enumerator
success 

Successful execution of a program. Is equal to EXIT_SUCCESS.

failure 

Unsuccessful execution of a program. Is equal to EXIT_FAILURE.