Version 4.5.2
 —  Commands  —

WAITUNTIL

Description

Suspend processing of a procedure file until a specific date and time.

Syntax

WAITUNTIL date time

date has the format YYYY/MM/DD. Starting with the year 2000, you must specify the year in the format YYYY. Up to 1999, you can specify the year in the format YY or YYYY.

time has the format HH:MM:SS.

Examples

Procedure File Example

Waitcmds.ncp

Variables Returned

None

Related Commands

PAUSE, SLEEP, WAIT, WAITFOR, WAITM, ELAPSETIME

Usage

Procedure File: Yes
Command Line: No
Key: No
API: No

Top of page