Command |
Does nothing for a specific time interval.
public void AppendSleep( double delay )
The period of time for which execution should be paused.
Appends an SLEEP command to the list.
Caution |
---|
If the laser was already ON prior to executing the Sleep command, it will remain ON for the duration of the specified delay. You can prevent this by using an explicit AppendLaserOff before the Sleep command. |