Example: lr.get_transaction_think_time

The following example retrieves the Login transaction's think time and sends it to the output.

double thinktime=lr.get_transaction_think_time("Login");

lr.output_message("Think time of the Login is "+thinktime+" seconds");