|
@@ -406,6 +406,9 @@ Returns:
|
|
|
* `oom` - Process ran out of memory
|
|
|
* `launch-failed` - Process never successfully launched
|
|
|
* `integrity-failure` - Windows code integrity checks failed
|
|
|
+ * `exitCode` Integer - The exit code of the process, unless `reason` is
|
|
|
+ `launch-failed`, in which case `exitCode` will be a platform-specific
|
|
|
+ launch failure error code.
|
|
|
|
|
|
Emitted when the renderer process unexpectedly disappears. This is normally
|
|
|
because it was crashed or killed.
|