SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.Sleep( milliseconds )
Freezes script execution and the thread that called the script for the specified number of milliseconds. After the delay has elapsed, execution continues normally. If milliseconds is zero or negative, the thread relinquishes the remainder of its current time slice and there is no additional delay.
milliseconds
Use the argument to specify the number of milliseconds for which a script execution should freeze.
Empty.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.