Enum TerminationStatus
- Namespace
- DotNetBrowser.Browser.Events
- Assembly
- DotNetBrowser.dll
The termination status of the render process.
public enum TerminationStatus
Fields
Abnormal = 2Abnormal termination.
LaunchFailed = 6Launch failed.
Normal = 1Normal termination.
OutOfMemory = 7Out of memory.
ProcessCrashed = 4Process crashed.
ProcessWasKilled = 3Process was killed.
StillRunning = 5Still running.
Unspecified = 0Termination status unspecified.