Example: lr.think_time

In the following segment, lr.think_time instructs the test run component to pause for 1 second before outputting the Vuser IP string.

    lr.start_transaction"test"
    lr.think_time 1
    lr.output_message "vuser: " + lr.get_vuser_ip()
    lr.end_transaction "test", lr.PASS}