TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-206
#INLINEPROCESS Built-In Variable
When you pop #INLINEPROCESS (or unframe it) and its corresponding inline process
is still in existence, you can no longer communicate with that process;
TACL responds to all its I/O requests with error 66. The process is still counted
against the 100-process limit mentioned above, however, until it terminates.
Pushing and popping #INLINEPROCESS has no effect on any of the other built-in
variables related to inline processes (#INLINEECHO, #INLINEOUT,
#INLINEPREFIX, or #INLINETO).
When you first log on, #INLINEPROCESS is initialized to a null value.