ICoreWebView2TrySuspendCompletedHandler.Invoke

Provides the result of the TrySuspend operation. See Sleeping Tabs FAQ for conditions that might prevent WebView from being suspended. In those situations, isSuccessful will be false and errorCode is S_OK.

interface ICoreWebView2TrySuspendCompletedHandler
HRESULT
Invoke
(
in HRESULT errorCode
,
in BOOL isSuccessful
)

Meta