RenderProcessGoneDetails Type
Constructors
| Constructor |
Description
|
Full Usage:
RenderProcessGoneDetails(reason, exitCode)
Parameters:
Reason
-
The reason the render process is gone. Possible values:
exitCode : int
-
The exit code of the process, unless reason is launch-failed, in which case exitCode will be a platform-specific launch
failure error code.
Returns: RenderProcessGoneDetails
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.exitCode
|
The exit code of the process, unless reason is launch-failed, in which case exitCode will be a platform-specific launch failure error code. |
Full Usage:
this.reason
|
The reason the render process is gone. Possible values: |
fable-electron-docs-api