Click or drag to resize

TerminationStatus Enumeration

The termination status of the render process.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum TerminationStatus
Members
  Member nameValueDescription
Unspecified0 Termination status unspecified.
Normal1 Normal termination.
Abnormal2 Abnormal termination.
ProcessWasKilled3 Process was killed.
ProcessCrashed4 Process crashed.
StillRunning5 Still running.
LaunchFailed6 Launch failed.
OutOfMemory7 Out of memory.
See Also