CoreWebView2.IsSuspended Property

Definition

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.

Applies to