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 ValueDescription
LR_PASS
<namespace>.PASS
lr.PASS
0Success
LR_FAIL
<namespace>.FAIL
lr.FAIL
1Failure
LR_AUTO
<namespace>.AUTO
lr.AUTO
2LoadRunner Professional determines status.
LR_STOP
<namespace>.STOP
lr.STOP
3Aborted
See: Function and Constant Prefixes