[Shell] Sleep
Q100018: [Shell] Sleep
Sleep a given number of seconds.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
Sleep seconds | In | Sleep duration in seconds. |
(Italics = required parameter)
Notes
While a job is executing, there may be times when the steps being performed in the job may need to add an artificial delay in processing. This is what the [Shell] Sleep
module is specifically made for. It will temporarily pause at the sleep step in a job for the specified number of seconds. Once the number of seconds specified has elapsed, the job will proceed immediately to the next step.
Last Updated:
6/30/2023 3:34:36 PM