Version 4.5.2
 —  Commands  —

WAITM

Description

Suspend processing of a procedure file for a specific period of time.

This command is useful with procedure files that are to be processed in UA mode. It may become necessary to inhibit the user from continuing to work for a certain period of time. In this case, a message of explanation can be issued. The message is displayed in the terminal application's output window.

While waiting, Entire Connection checks whether a response from the host has been received. If a response other than a data transfer buffer is detected, waiting is automatically terminated and the next statement in the procedure file is executed. This is useful, if you need to wait for a host process to finish, but you do not want to suspend processing of the procedure file longer than necessary.

The only other way to terminate waiting is to abort the entire procedure file.

Syntax

WAITM minutes [message]

minutes is a value between 1 and 1440.

Examples

Procedure File Example

Waitcmds.ncp

Variables Returned

None

Related Commands

PAUSE, SLEEP, WAIT, WAITFOR, WAITUNTIL, ELAPSETIME

Usage

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

Top of page