Property ExitCode
- Namespace
- DotNetBrowser.Engine.Events
- Assembly
- DotNetBrowser.dll
ExitCode
Gets the exit code of the main Chromium process that has been terminated.
public long ExitCode { get; }
Property Value
- long
The exit code of the main Chromium process that has been terminated. If this code is non-zero, the process terminated unexpectedly due to the crash.