Constructor
new Result(codenullable, signalnullable)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
code | number | <nullable> | The exit code, or {@code null} if the command did not exit normally. |
signal | string | <nullable> | The signal used to kill the command, or {@code null}. |
- Source
Members
(nullable) code :number
Type:
- number
- Source
(nullable) signal :string
Type:
- string
- Source
Methods
toString()
- Source