TerminationStatus Enumeration |
The termination status of the render process.
Namespace:
DotNetBrowser.Browser.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public enum TerminationStatus
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
Termination status unspecified.
|
| Normal | 1 |
Normal termination.
|
| Abnormal | 2 |
Abnormal termination.
|
| ProcessWasKilled | 3 |
Process was killed.
|
| ProcessCrashed | 4 |
Process crashed.
|
| StillRunning | 5 |
Still running.
|
| LaunchFailed | 6 |
Launch failed.
|
| OutOfMemory | 7 |
Out of memory.
|
See Also