CoreWebView2.IsSuspended Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether WebView is suspended.
public bool IsSuspended { get; }
member this.IsSuspended : bool
Public ReadOnly Property IsSuspended As Boolean
Property Value
Remarks
True when WebView is suspended, from the time when TrySuspendAsync() has completed successfully until WebView is resumed.