Details Type
Constructors
| Constructor |
Description
|
Full Usage:
Details(type, reason, exitCode, ?serviceName, ?name)
Parameters:
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
|
Full Usage:
this.exitCode
|
The exit code for the process (e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows). |
Full Usage:
this.name
|
The name of the process. Examples for utility: Audio Service, Content Decryption Module Service, Network Service, Video Capture, etc. |
Full Usage:
this.reason
|
The reason the child process is gone. Possible values: |
Full Usage:
this.serviceName
|
The non-localized name of the process. |
Full Usage:
this.type
|
Process type. One of the following values: |
fable-electron-docs-api