ended

abstract var ended: Event<ProgramEvent>(source)

Event that is triggered when the program ends.

This variable represents a program lifecycle event and can be used to listen for or handle the termination of the program. Listeners registered to this event will be invoked with a ProgramEvent carrying details about the termination.