Represents result of subscribing to an observable object, and a safe way to unsubscribe.
Indicates whether the subscription is live / active.
It can be useful for subscribers when unsubscribe or unsubscribeAll are used without their knowledge.
Unsubscribes from the observable.
true
false
Generated using TypeDoc
Represents result of subscribing to an observable object, and a safe way to unsubscribe.