Wait Method

Action2 Example

 

Encapsulates the AutoMate™ action in the “Flow Control” group, “Pause.” The method causes AutoMate™ to suspend task execution for the specified number of seconds.

 

Declaration

function Wait (intTimeToWait As Integer) As Integer

 

Parameters

intTimeToWait

 The number of seconds AutoMate™ should wait before executing the next step or line of code.

 

Description

The Wait method pauses the execution of AutoMate™ for the number of seconds specified by intTimeToWait.