[Shell] Sleep Random
This is much like the [Shell] Sleep module, except that you can specify a range of seconds to sleep, and it will initiate a countdown for a random duration within that range. Like [Shell] Sleep, any job steps coming after it must wait until the countdown has finished.
It has three parameters:
| Parameter | I/O | Description |
|---|---|---|
| MinSeconds | In | The minimum sleep duration in seconds. |
| MaxSeconds | In | The maximum sleep duration in seconds. |
| SleptSeconds | Out | The actual randomly-selected number of seconds it chose to sleep. |