Click or drag to resize

RenderProcessTerminatedEventArgsTerminationStatus Property

Gets the status of the render process termination.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public TerminationStatus TerminationStatus { get; }

Property Value

Type: TerminationStatus
The status of the render process termination.
See Also