resumeTransaction

Resumes the timing of a transaction.

void resumeTransaction(const string &id);

Parameters

id: The identifier of the transaction.

Return Value

None.

Remarks

This call, together with suspendTransaction, is used to exclude code from a timed transaction.

See suspendTransaction for usage.

Example

resumeTransaction("logon");

See also: endTransaction

failTransaction

startTransaction

suspendTransaction

 

This topic was last updated on 2月 01, 2019, at 11:13:24 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant