WebProcessTerminationReason

Added in version 2.20.

class WebProcessTerminationReason

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

Fields

class WebProcessTerminationReason
CRASHED

The web process crashed.

EXCEEDED_MEMORY_LIMIT

The web process exceeded the memory limit.

TERMINATED_BY_API

The web process termination was requested by an API call. Since: 2.34