API Version: 4.0
Library Version: 2.38.2
enum WebKit2.WebProcessTerminationReason
Enum values used to specify the reason why the web process terminated abnormally.
WEBKIT_WEB_PROCESS_CRASHED
The web process crashed.
WEBKIT_WEB_PROCESS_EXCEEDED_MEMORY_LIMIT
The web process exceeded the memory limit.
WEBKIT_WEB_PROCESS_TERMINATED_BY_API
The web process termination was requested by an API call. Since: 2.34