Pause Component
Use the Pause General Component Properties, Methods, and Events.
to halt the execution of an execution path for a specific time period. Set the time period as a multiple of milliseconds. For more information, see
Properties
Property |
Description |
Milliseconds |
The length of time that the execution path should stop. The default is 100 milliseconds. |
Methods
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 |
Related information
Privacy | Trademarks | Terms of Use | Feedback
Updated: 01 July 2024
© 2016 - 2024 Pegasystems Inc. Cambridge, MA All rights reserved.