This page is available in: en

tk_stp_alm

Stop Alarm Handler

[C Language Interface]

ER ercd = tk_stp_alm ( ID almid ) ;

[Parameters]

ID	almid	Alarm handler ID

[Return Parameters]

ER	ercd	Error code

[Error Codes]

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)

[Description]

Cancels the alarm time of the alarm handler specified in almid, putting it in inactive state. If it was already in the inactive state, this system call has no effect (no operation).

Comments

Click here to Post a Comment