Guardian Procedure Errors and Messages Manual
Response The response, if any, is application dependent.
-22 ELAPSED TIME TIMEOUT
Cause A timer set by a call to SIGNALTIMEOUT timed out.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -22
sysmsg[1] = parameter1 supplied to SIGNALTIMEOUT
(0 if none)
sysmsg[2] FOR 2 = parameter2 supplied to SIGNALTIMEOUT
(0D if none)
Response The response, if any, is application dependent.
-23 MEMORY LOCK COMPLETION
Cause A call to the privileged procedure LOCKMEMORY waited for memory but completed
successfully before the specified time limit was reached.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -23
sysmsg[1] = parameter1 supplied to LOCKMEMORY
sysmsg[2] FOR 2 = parameter2 supplied to LOCKMEMORY
(if none supplied, 0D)
Response The response, if any, is application dependent.
-24 MEMORY LOCK FAILURE
Cause A call to the privileged procedure LOCKMEMORY waited for memory but timed out without
completing the lock.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -24
sysmsg[1] = parameter1 supplied to LOCKMEMORY
(if none supplied, 0)
sysmsg[2] FOR 2 = parameter2 supplied to LOCKMEMORY
(if none supplied, 0D)
Response The response, if any, is application dependent.
-26 PROCESS TIME TIMEOUT
Cause A timer set by a call to SIGNALPROCESSTIMEOUT timed out.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -26
sysmsg[1] = parameter1 supplied to
SIGNALPROCESSTIMEOUT (0 if none)
sysmsg[2] FOR 2 = parameter2 supplied to
SIGNALPROCESSTIMEOUT (0D if none)
Response The response, if any, is application dependent.
-30 PROCESS OPEN
256 System Messages