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.27.5
Syntaxpublic 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