7.7.8.41. GEL_IsTimerSet()ΒΆ

Queries if a timer is set.

Syntax

GEL_IsTimerSet( timer_id );

Parameters

timer_id: The ID of the timer to check.

Description

Returns 1 if the timer specified exists and 0 otherwise.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

GEL_IsTimerSet(1);

Related Topics

GEL_SetTimer

GEL_CancelTimer