Struct exit

Inheritance Relationships

Base Type

Struct Documentation

struct legion::core::events::exit : public legion::core::events::event<exit>

Public Functions

exit(int exitcode = 0)
inline virtual bool persistent() override

Returns a value that decides whether the event should be kept in the bus or destroyed after all subscribers have been notified.

Public Members

const int exitcode