Example: lr.think_time

In the following example, the think time pauses the replay for 1000 seconds. Output messages indicate the beginning and end of the think time period.

lr.output_message("Begin thinking...");

lr.think_time(1000);

lr.output_message("Finish thinking...");