Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (T-V)
Guardian Procedure Calls Reference Manual—522629-013
15-11
TIMER_STOP_ Procedure (H-Series RVUs Only)
Summary
The TIMER_STOP_ procedure stops a timer started using the TIMER_START_
procedure. When called this procedure ensures that:
•
the TLEid is valid
•
the TLE owner is referred by the same TLEid
•
the process that calls TIMER_STOP_ is the owner of the TLE
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error return value
INT32
indicates the outcome of the call:
TLEid or TLEID input
INT32
is the identifier associated with the timer. and returned by TIMER_START_.
error=TIMER_STOP_(TLEid)
INT(32) TIMER_STOP_ (TLEID) CALLABLE, RESIDENT;
EXTERNAL;
Value Definition
0 Indicates the call is successful and the time has
been stopped
<>0 Indicates the TLEid is invalid