Guardian Procedure Calls Reference Manual
CANCELPROCESSTIMEOUT Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Condition Code Settings
Related Programming Manual
Summary
The CANCELPROCESSTIMEOUT procedure cancels a process-time timer previously initiated by a
call to the SIGNALPROCESSTIMEOUT procedure.
Syntax for C Programmers
#include <cextdecs(CANCELPROCESSTIMEOUT)>
_cc_status CANCELPROCESSTIMEOUT ( short tag);
• The function value returned by CANCELPROCESSTIMEOUT, which indicates the condition
code, can be interpreted by _status_lt(), _status_eq(), or _status_gt() (defined
in the file tal.h).
Syntax for TAL Programmers
CALL CANCELPROCESSTIMEOUT ( tag ); ! i
Parameter
tag
input
INT:value
is the identifier associated with the timer to be canceled or -1 if all timers set by calls to
SIGNALPROCESSTIMEOUT by that process are to be canceled.
Condition Code Settings
is not returned by CANCELPROCESSTIMEOUT.< (CCL)
indicates that CANCELPROCESSTIMEOUT was successful.= (CCE)
indicates that tag was invalid.> (CCG)
Related Programming Manual
For programming information about the CANCELPROCESSTIMEOUT procedure, see the Guardian
Programmer's Guide.
CANCELPROCESSTIMEOUT Procedure 113