Contents

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.

See Also

Activating and deactivating a context