Instance Property
isActive
Whether the interactor is currently active.
var isActive: Bool { get async }
Mentioned In
Discussion
Reads the active-state under the underlying InteractorLifecycle lock, so the result reflects any in-flight activate() or deactivate() that has already taken effect.