Header menu logo fable-electron-docs-api

Details Type

Constructors

Constructor Description

Details(type, reason, exitCode, ?serviceName, ?name)

Full Usage: Details(type, reason, exitCode, ?serviceName, ?name)

Parameters:
    type : Type - Process type. One of the following values:
    reason : Reason - The reason the child process is gone. Possible values:
    exitCode : float - The exit code for the process (e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows).
    ?serviceName : string - The non-localized name of the process.
    ?name : string - The name of the process. Examples for utility: Audio Service, Content Decryption Module Service, Network Service, Video Capture, etc.

Returns: Details
type : Type

Process type. One of the following values:

reason : Reason

The reason the child process is gone. Possible values:

exitCode : float

The exit code for the process (e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows).

?serviceName : string

The non-localized name of the process.

?name : string

The name of the process. Examples for utility: Audio Service, Content Decryption Module Service, Network Service, Video Capture, etc.

Returns: Details

Instance members

Instance member Description

this.exitCode

Full Usage: this.exitCode

The exit code for the process (e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows).

this.name

Full Usage: this.name

The name of the process. Examples for utility: Audio Service, Content Decryption Module Service, Network Service, Video Capture, etc.

this.reason

Full Usage: this.reason

The reason the child process is gone. Possible values:

this.serviceName

Full Usage: this.serviceName

The non-localized name of the process.

this.type

Full Usage: this.type

Process type. One of the following values:

Type something to start searching.