Use the Pause component to halt the execution of an execution path for a specific
time period. Set the time period as a multiple of milliseconds.
Properties
Properties | Description |
Milliseconds | The length of time that the execution path should stop. The
default is 100 milliseconds. |
Method | Description | Parameters | Result Type |
Sleep | Temporarily halts the execution path for the time period set in the
Milliseconds property. When the time period has elapsed, the method
raises an event that continues the execution path. | None | Void |
Sleep (1 param) | Temporarily halts the execution path for the time period specified by
the Milliseconds parameter. When the time period has elapsed, the method
raises an event that continues the execution path. | Milliseconds Int32 | Void |