Click or drag to resize

EngineDisposedEventArgsExitCode Property

Gets the exit code of the main Chromium process that has been terminated.

Namespace:  DotNetBrowser.Engine.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public long ExitCode { get; }

Property Value

Type: Int64
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.
See Also