The named pipe was not found.
231
 The wait timed out before the pipe became available.
Purpose:
 Perform
a timed wait on a named pipe.
Examples:
  /* Code    */
   Parse value stream(PipeName,'C','OPEN') with PipeState ':' OS2RC
   If OS2RC=231 then call SysWaitNamedPipe(PipeName, -1)
 
[Back: SysTextScreenSize] 
[Next: Arithmetic Examples]