Difference between revisions of "Timer"

From Lianjapedia
Jump to: navigation, search
(Methods)
Line 30: Line 30:
 
|None
 
|None
 
|Reset the timer
 
|Reset the timer
 +
|-
 +
|Start
 +
|None
 +
|Start the timer
 +
|-
 +
|Stop
 +
|None
 +
|Stop the timer
 
|-
 
|-
 
|}
 
|}

Revision as of 22:01, 29 November 2017

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Interval RW Numeric Interval for timer timeout in milliseconds

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset the timer
Start None Start the timer
Stop None Stop the timer

Events

This class supports the Common Events plus the following:

Event Args Description
timer None Occurs on timer timeout