Version 130.1.90
This function can optionally be called on the main application thread after
CefInitialize to retrieve the initialization exit code. When CefInitialize
returns true the exit code will be 0 (
NormalExit).
Otherwise, see
ResultCode for possible exit code values including
browser process initialization errors and normal early exit conditions
(such as
NormalExitProcessNotified for process singleton relaunch behavior).
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static ResultCode GetExitCode()
public:
static ResultCode GetExitCode()
Return Value
ResultCode[Missing <returns> documentation for "M:CefSharp.Cef.GetExitCode"]
See Also