Arbortext IsoDraw > Macro Language Reference > 3D and User Interaction Commands > Further Macro Commands > Sleep
  
Sleep
Applies to Arbortext IsoDraw 7.0 F000 and later:
Puts the application asleep for the defined period of time. The current window, menu and toolbars will be refreshed before. This command releases the CPU for other applications.
SLEEPmilliseconds
milliseconds
(integer) Time in milliseconds.
#Sleep for one-half second:
SLEEP 500