Table of Contents

Enum TerminationStatus

Namespace
DotNetBrowser.Browser.Events
Assembly
DotNetBrowser.dll

The termination status of the render process.

public enum TerminationStatus

Fields

Abnormal = 2

Abnormal termination.

LaunchFailed = 6

Launch failed.

Normal = 1

Normal termination.

OutOfMemory = 7

Out of memory.

ProcessCrashed = 4

Process crashed.

ProcessWasKilled = 3

Process was killed.

StillRunning = 5

Still running.

Unspecified = 0

Termination status unspecified.