Header menu logo fable-electron-docs-api

Reason Type

Union cases

Union case Description

AbnormalExit

Full Usage: AbnormalExit

Process exited with a non-zero exit code

CleanExit

Full Usage: CleanExit

Process exited with an exit code of zero

Crashed

Full Usage: Crashed

Process crashed

IntegrityFailure

Full Usage: IntegrityFailure

Windows code integrity checks failed

Killed

Full Usage: Killed

Process was sent a SIGTERM or otherwise killed externally

LaunchFailed

Full Usage: LaunchFailed

Process never successfully launched

MemoryEviction

Full Usage: MemoryEviction

Process proactively terminated to prevent a future out-of-memory (OOM) situation

Oom

Full Usage: Oom

Process ran out of memory

Instance members

Instance member Description

this.IsAbnormalExit

Full Usage: this.IsAbnormalExit

Returns: bool
Returns: bool

this.IsCleanExit

Full Usage: this.IsCleanExit

Returns: bool
Returns: bool

this.IsCrashed

Full Usage: this.IsCrashed

Returns: bool
Returns: bool

this.IsIntegrityFailure

Full Usage: this.IsIntegrityFailure

Returns: bool
Returns: bool

this.IsKilled

Full Usage: this.IsKilled

Returns: bool
Returns: bool

this.IsLaunchFailed

Full Usage: this.IsLaunchFailed

Returns: bool
Returns: bool

this.IsMemoryEviction

Full Usage: this.IsMemoryEviction

Returns: bool
Returns: bool

this.IsOom

Full Usage: this.IsOom

Returns: bool
Returns: bool

Type something to start searching.