Reason Type
Union cases
| Union case |
Description
|
Full Usage:
AbnormalExit
|
Process exited with a non-zero exit code |
Full Usage:
CleanExit
|
Process exited with an exit code of zero |
Full Usage:
Crashed
|
Process crashed |
Full Usage:
IntegrityFailure
|
Windows code integrity checks failed |
Full Usage:
Killed
|
Process was sent a SIGTERM or otherwise killed externally |
Full Usage:
LaunchFailed
|
Process never successfully launched |
Full Usage:
MemoryEviction
|
Process proactively terminated to prevent a future out-of-memory (OOM) situation |
Full Usage:
Oom
|
Process ran out of memory |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAbnormalExit
Returns: bool
|
|
Full Usage:
this.IsCleanExit
Returns: bool
|
|
Full Usage:
this.IsCrashed
Returns: bool
|
|
Full Usage:
this.IsIntegrityFailure
Returns: bool
|
|
Full Usage:
this.IsKilled
Returns: bool
|
|
Full Usage:
this.IsLaunchFailed
Returns: bool
|
|
Full Usage:
this.IsMemoryEviction
Returns: bool
|
|
Full Usage:
this.IsOom
Returns: bool
|
|
fable-electron-docs-api