Funciones | |
TIMER | timer.new () |
Crea un temporizador. Más... | |
TIMER | timer.new (NUMBER time) |
Crea un temporizador. Más... | |
NUMBER | timer.start () |
Inicia un temporizador. Más... | |
NUMBER | timer.stop () |
Detiene un temporizador. Más... | |
NUMBER | timer.reset () |
Reinicia un temporizador. Más... | |
NUMBER | timer.reset (NUMBER time) |
Reinicia un temporizador. Más... | |
NUMBER | timer.time () |
Tiempo actual del temporizador. Más... | |
Temporizadores.
TIMER timer.new | ( | ) |
Crea un temporizador.
TIMER timer.new | ( | NUMBER | time | ) |
Crea un temporizador.
time | Es el tiempo inicial para el temporizador. |
NUMBER timer.start | ( | ) |
Inicia un temporizador.
NUMBER timer.stop | ( | ) |
Detiene un temporizador.
NUMBER timer.reset | ( | ) |
Reinicia un temporizador.
NUMBER timer.reset | ( | NUMBER | time | ) |
Reinicia un temporizador.
time | Es el tiempo inicial después de reiniciar el temporizador. |
NUMBER timer.time | ( | ) |
Tiempo actual del temporizador.