GetChildId Method (RUNTIME)
PLB Web Only, 9.8
The GetChildId method retrieves the current PWS child process identification string that can be used by a second PWS child process to generate a $CHILDSIG event in the first process which owns the PWS child process identification string. The method uses the following format:
|
|
|
|
Where:
Optional. A Program Execution Label.
Required. A RUNTIME object.
Optional. A Character String Variable that returns the current PWS child process identification string.
Optional. A Numeric variable or decimal number that invokes special behaviors for the GetChildId method.
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS flag is set TRUE if the return variable is to small to receive the PWS child process identifier without being truncated.
The ZERO and OVER flags are always cleared.
The optional {options} bit mask values can change the execution behavior of the GetChildId method as follows:
|
Value |
Description |
|
0 |
The default value which allows the PWS child identification string to be returned. |
The PWS child process identification string that is returned in the {return} variable is formatted as follows:
See Also: RUNTIME, RUNTIME Methods, Method Syntax
![]() |