Multiple choice technology testing

lr_resume_transaction_instance

  1. Resume the status of a transaction instance

  2. Resumes collecting transaction data for performance analysis

  3. Resumes collecting transaction instance data for performance analysis.

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The function lr_resume_transaction_instance resumes the collection of transaction instance data for performance analysis after it has been paused. This is typically used in application performance monitoring tools to control when transaction data is being gathered. Option A incorrectly suggests resuming transaction status rather than data collection, while option B omits the word 'instance'.