WAKE Statement

Reactivates a program that has been suspended with the PAUSE statement.

Syntax

WAKE port

Syntax Elements

port An integer expression that evaluates to the number of the port on which the suspended program is running.

Comments

A paused port cannot miss a wake command. If one or more WAKE statements are executed while the target port is active, when next paused the port will re-wake immediately.

See Also

PAUSE statement.

Go to top button