:right-sidebar: True WebProcessTerminationReason =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.20 .. class:: WebProcessTerminationReason :no-contents-entry: Enum values used to specify the reason why the web process terminated abnormally. Fields ------ .. rst-class:: interim-class .. class:: WebProcessTerminationReason :no-index: .. attribute:: CRASHED The web process crashed. .. attribute:: EXCEEDED_MEMORY_LIMIT The web process exceeded the memory limit. .. attribute:: TERMINATED_BY_API The web process termination was requested by an API call. Since: 2.34