|
strong |
Specifies exit mode for the xtd::environment::program_exit event.
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). |