sys_process->testExitCode

sys_process->testExitCode is a member in the Processes group; call it on the receiver shown before the arrow.

Target member

Signature

1sys_process->testExitCode

sys_process->testExitCode is a member in the Processes group; call it on the receiver shown before the arrow.

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

Examples

Basic call

1sys_process->testExitCode
The example keeps process or logging behavior explicit so failures are visible.