This page is available in:
en
tk_stp_alm
Stop Alarm Handler
ER ercd = tk_stp_alm ( ID almid ) ;
ID almid Alarm handler ID
ER ercd Error code
E_OK Normal completion
E_ID Invalid ID number (almid is invalid or cannot be used)
E_NOEXS Object does not exist (the alarm handler specified in almid does not exist)
Cancels the alarm time of the alarm handler specified in almid, putting it in inactive state. If it was already in inactive state, this system call has no e.ect (no operation).

Comments