deactivate()
Deactivates the activity.
deactivate(): this;
Notes
- The activity’s view is unlinked and the view property is set to undefined.
- The activeSignal is aborted to cancel any pending async operations.
- The afterInactive method is called after deactivation for cleanup (may be async).
Return value
This activity instance, for chaining
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
