41 bool cancel()
const noexcept;
signal
Specifies signals that can interrupt the current process.
Definition: signal.h:18
Contains xtd::event_args event args.
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
bool cancel() const noexcept
Gets a value that indicates whether a signal has interrupted the current process. The default is fals...
Contains xtd::signal enum class.
signal_cancel_event_args()=default
Initializes a new instance of the signal_cancel_event_args class.
xtd::signal signal() const noexcept
Gets the signal that interrupted the current process.
Provides data for the environment signal event. This class cannot be inherited.
Definition: signal_cancel_event_args.h:18