Realtime Recording
In normal Recording mode, synchronization between the different recorded actions is accomplished by UseWindow statements (or UsePage statements for Web automation scripts), which are inserted automatically. At replay, the UseWindow/UsePage statement causes WinTask to pause until the specified window/web page is displayed before performing the recorded keystrokes or mouse actions.
Synchronization tools are also available for use when a pause is required but the window name does not change.
You can replay your actions at the same speed at which you performed those actions by checking Insert Pause statements checkbox in the Configure Recording dialog box. To avoid generating a script with many Pause statements, indicate that these statements must be generated only if the user has paused for xxx ticks. The default value for the Minimum wait time before inserting field is 100 ticks (a tick is about 1/100 of a second).