isTerminated
Indicates that the receiver’s application has terminated.
Declaration
var isTerminated: Bool { get }Discussion
The value of terminated is true if the receiver’s application has terminated, otherwise false.
This property is observable using key-value observing.