Class ExitMessage
- Namespace
- SimulationFramework.Messaging
- Assembly
- SimulationFramework.dll
Sent when the application is requested to exit.
public sealed class ExitMessage : Message
- Inheritance
-
ExitMessage
- Inherited Members
Constructors
ExitMessage(bool)
Creates a new instance of the ExitMessage class.
public ExitMessage(bool isCancellable)
Parameters
isCancellable
bool
Properties
IsCancellable
true if this exit message can be cancelled. To cancel an exit message, use CancelExit().
public bool IsCancellable { get; }