isActive
A Boolean indicating whether the context is active.
Declaration
var isActive: Bool { get }Discussion
Use the becomeActive() method to activate a context, and the resignActive() method to deactivate it.
A Boolean indicating whether the context is active.
var isActive: Bool { get }Use the becomeActive() method to activate a context, and the resignActive() method to deactivate it.