コンテンツにスキップ

SpawnResult

このコンテンツはまだ日本語訳がありません。

SpawnResult = object

Defined in: src/core/adapters.ts:35

Result from spawning a process

Properties

aborted

aborted: boolean

Defined in: src/core/adapters.ts:45

Whether the process was aborted via AbortSignal


exitCode

exitCode: number

Defined in: src/core/adapters.ts:41

Exit code (-1 if unknown)


signal?

optional signal: string

Defined in: src/core/adapters.ts:43

Signal that terminated the process (if any)


stderr

stderr: string

Defined in: src/core/adapters.ts:39

Standard error


stdout

stdout: string

Defined in: src/core/adapters.ts:37

Standard output