sys_process->exitCode

Returns child exit code.

Target member

Signature

1sys_process->exitCode()

Returns child exit code.

sys_process->exitCode is called with member syntax on a receiver value. sys_process->exitCode interacts with logs or child processes. Quote external arguments carefully and keep process output handling explicit.

Examples

Basic call

1#p->exitCode
The example keeps process or logging behavior explicit so failures are visible.