Enumeration

WPEWebKitWebProcessTerminationReason

Declaration

enum WPEWebKit.WebProcessTerminationReason

Description [src]

Enum values used to specify the reason why the web process terminated abnormally.

Available since:2.20

Members

Name Description
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