Contains xtd::signal enum class.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Enumerations | |
| enum | xtd::signal { xtd::signal::abnormal_termination = SIGABRT, xtd::signal::floating_point_exception = SIGFPE, xtd::signal::illegal_instruction = SIGILL, xtd::signal::interrupt = SIGINT, xtd::signal::segmentation_violation = SIGSEGV, xtd::signal::software_termination = SIGTERM } |
| Specifies signals that can interrupt the current process. More... | |