Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kPeriodic_Enabled ( kPeriodic  timer)

Reports whether periodic timer callbacks are currently enabled.

Deadlock can occur if a timer callback is in progress and is blocked indefinitely when this function is called. It is safe to call this function from within a timer callback.

Parameters
timerkPeriodic object.
Returns
kTRUE if the timer is curently enabled.