class Alarm

Provide a means for setting an alarm

class attributes [NB. Highlighted attributes are static members]
function Alarm() - The constructor
function start() - Start the alarm
function stop() - Stop the alarm

Functions

function Alarm Click to go up to the list
The constructor
Declaration:
    native function Alarm( string functionName, number interval, number recurring )
Parameters:
    Parameter #1: string functionName - The name of the function to call when the alarm goes off
    Parameter #2: number interval - The interval in seconds
    Parameter #3: number recurring - Whether the alarm re-occurs

function start Click to go up to the list
Start the alarm
Declaration:
    native function start( )

function stop Click to go up to the list
Stop the alarm
Declaration:
    native function stop( )

Automatically generated at 8:45pm, Wednesday 08 January 2003 by feritedoc.