os_process->readLine
os_process->readLine is a member in the Processes group; call it on the receiver shown before the arrow.
Target
Signature
1os_process->readLineos_process->readLine is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readLine is called with member syntax on a receiver value. os_process->readLine interacts with logs or child processes. Quote external arguments carefully and keep process output handling explicit.
Examples
Basic call
1os_process->readLineThe example keeps process or logging behavior explicit so failures are visible.