Transaction Status
Transactions complete with one of these statuses. The status can be read before completion, but may change at any time until the transaction completes.
C Constants | JavaScript Constants Use namespace. For example, lr.<constant>, web.<constant> , vtc.<constant>, and so on. | Object Oriented Constants | Value | Description |
LR_PASS | <namespace>.PASS | lr.PASS | 0 | Success |
LR_FAIL | <namespace>.FAIL | lr.FAIL | 1 | Failure |
LR_AUTO | <namespace>.AUTO | lr.AUTO | 2 | LoadRunner Professional determines status. |
LR_STOP | <namespace>.STOP | lr.STOP | 3 | Aborted |