Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/executor / ChildResult

Interface: ChildResult

Defined in: packages/executor/src/child.ts:38

Properties

PropertyTypeDescriptionDefined in
codenumber | nullProcess exit code; null when the child was terminated by a signal.packages/executor/src/child.ts:42
reason?ChildStopReason-packages/executor/src/child.ts:47
signalSignals | nullThe terminating signal, when any.packages/executor/src/child.ts:44
stderrstring-packages/executor/src/child.ts:40
stdoutstring-packages/executor/src/child.ts:39
stoppedbooleanTrue when the runner (not the child) ended it, with the reason why.packages/executor/src/child.ts:46