DELETE TIMER

Delete a BTS timer.

DELETE TIMER

Read syntax diagramSkip visual syntax diagramDELETETIMER( data-value)

Conditions: INVREQ, TIMERERR

Description

DELETE TIMER deletes a BTS timer. If an event is associated with the timer, the event is also deleted and removed from the current activity's event pool. (There will be no event associated with the timer if the timer has expired and a CHECK TIMER command has been issued.)

The only timers a program can delete are those owned by the current activity. A timer can be deleted whether it has expired or not.

Options

TIMER(data-value)
specifies the name (1–16 characters) of the timer to be deleted.

Conditions

16 INVREQ
RESP2 values:
1
The command was issued outside the scope of a currently-active activity.
115 TIMERERR
RESP2 values:
13
The timer specified on the TIMER option does not exist.