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

◆ exit_mode

enum class xtd::exit_mode
strong

Specifies exit mode for the xtd::environment::program_exit event.

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_mode, see EXIT_status.
Enumerator
normal 

Represent the exit mode when the terminates normally (via xtd::environment::exit or returning from the main function).

quick 

Represent the exit mode when the terminates quickly (via xtd::environment::quick_exit).