Todo Funciones Grupos Páginas
timer

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...
 

Descripción detallada

Temporizadores.

Documentación de las funciones

TIMER timer.new ( )

Crea un temporizador.

Devuelve
Un objeto tipo temporizador.
TIMER timer.new ( NUMBER  time)

Crea un temporizador.

Parámetros
timeEs el tiempo inicial para el temporizador.
Devuelve
Un objeto tipo temporizador.
NUMBER timer.start ( )

Inicia un temporizador.

Devuelve
El tiempo en el que fue iniciado en milisegundos.
NUMBER timer.stop ( )

Detiene un temporizador.

Devuelve
El tiempo en el que fue detenido en milisegundos.
NUMBER timer.reset ( )

Reinicia un temporizador.

Devuelve
El tiempo en el que fue reiniciado en milisegundos.
NUMBER timer.reset ( NUMBER  time)

Reinicia un temporizador.

Parámetros
timeEs el tiempo inicial después de reiniciar el temporizador.
Devuelve
El tiempo en el que fue reiniciado en milisegundos.
NUMBER timer.time ( )

Tiempo actual del temporizador.

Devuelve
El tiempo actual del temporizador en milisegundos.