Sleep Function

The Sleep method described here is obsolete and PC-DMIS no longer supports it. For details on using a similar functionality that is supported by PC-DMIS, please see the help topic "Sleep Method" in the "PC-DMIS 2023.1 Object Library" documentation.

Sleep seconds:=(Single)

Pauses execution for the specified number of seconds after the previous feature has finished executing.

Sleep calls the Wait function to ensure that the sleeping does not begin before all previous features have been executed.

seconds: The number of seconds to pause. Any precision beyond milliseconds is ignored.