ApplicationStatus
See Application.status.
Entries
The initial value. The status changes to RUNNING after Application.start has completed.
All stages will be requested to close. If the event sent to Stage.onCloseRequested is consumed, (e.g. because there are unsaved files), then the stage is not closed, and therefore the application does not end. (the status will revert to RUNNING).
Closes all stages without using Stage.onCloseRequested, and therefore there is no possibility to stop the application from ending.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.