Transaction Functions
Click one of the following functions for more information:
| lr.end_sub_transaction | Marks the end of a sub-transaction. |
| lr.end_transaction | Marks the end of a transaction. |
| lr.get_transaction_duration | Returns the duration of a transaction. |
| lr.get_transaction_think_time | Returns the think time of a transaction. |
| lr.rendezvous | Creates a rendezvous point in the Vuser script. |
| lr.resume_transaction | Resumes reporting transaction data within a script. |
| lr.set_transaction | Creates a completed transaction. |
| lr.start_sub_transaction | Starts a sub-transaction specified by its parent's name. |
| lr.start_transaction | Marks the beginning of a transaction. |
| lr.stop_transaction | Freezes reporting of transaction data. |

