We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fd02e commit 1cbc366Copy full SHA for 1cbc366
1 file changed
specs/Freeze.md
@@ -146,7 +146,8 @@ interface ICoreWebView2_2 : ICoreWebView2 {
146
///
147
HRESULT Resume();
148
149
- /// `TRUE` when WebView is suspended.
+ /// `TRUE` when WebView is suspended, from the time when TrySuspend has completed
150
+ /// successfully until WebView is resumed.
151
[propget] HRESULT IsSuspended([out, retval] BOOL* isSuspended);
152
}
153
0 commit comments