AppKillTimerΒΆ

AppKillTimer will stop the timer, started with AppNewTimer.

bool = AppKillTimer(id)
bool = AppKillTimer()

Return Value

bool. Nonzero if successful; otherwise 0.

Example

See AppNewTimer for an example.

History

Version

Description

5.7.0

5.5.0

New

id-288621