Property CanMaybeShutDownNow
CanMaybeShutDownNow
Gets a value indicating whether the navigator is currently in a state where TryShutDownAsync() could begin without immediately returning
false due to busy state. This does not run any view model lifecycle methods, so view models that would cancel a navigation away
can still cause an actual shutdown attempt to fail. Useful for synchronous host hooks (e.g. WebAssembly beforeunload) where awaiting is not
possible.
Declaration
protected bool CanMaybeShutDownNow { get; }
Property Value
| Type | Description |
|---|---|
| bool |