Header menu logo fable-electron-docs-api

RenderProcessGoneDetails Type

Constructors

Constructor Description

RenderProcessGoneDetails(reason, exitCode)

Full Usage: RenderProcessGoneDetails(reason, exitCode)

Parameters:
    reason : 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
reason : 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

this.exitCode

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.

this.reason

Full Usage: this.reason

The reason the render process is gone. Possible values:

Type something to start searching.