Visara Master Console Center Scripting Guide Manual de usuario Pagina 209

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 262
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 208
Chapter 5 Script Commands
Scripting Guide 209
WAITUNTIL
Syntax:
WAITUNTIL( %MidnightSeconds)
Description:
Pauses current script execution until the specified time is reached.
Action:
Execution of the current script pauses until the specified time is reached.
Execution then continues with the next statement. If the specified time has
already passed, no pause occurs—execution continues immediately with the
next statement.
Parameters:
%MidnightSeconds. Numeric expression. The time expressed as the
number of seconds past midnight. Zero is 00:00:00 (midnight) and 86,399 is
23:59:59.
Returns:
N/A.
Notes:
Refer also to Date/Time on page 40.
Example:
%Time := TIME( “20:30”) //8:30 PM
WAITUNTIL( %Time) //wait here until 8:30pm
START( SHUTDOWN()) //run the script named “SHUTDOWN”
See Also:
DATE, SECONDS, TIME, TIMESTR, WAITFOR
Vista de pagina 208
1 2 ... 204 205 206 207 208 209 210 211 212 213 214 ... 261 262

Comentarios a estos manuales

Sin comentarios