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 |