lr.wasted_time

Sets the wasted time for all open transactions.

int lr.wasted_time( int wasteTime  );
Transaction FunctionsJava Syntax

lr.wasted_time allows you to subtract the time wasted on incidental or secondary actions from all open transactions.

For more information, see Wasted Time.

Return Values

No value is returned.

Parameterization

You cannot use standard parameterization for any arguments in this function.

Example

This example shows removing one second from the wasted time.

lr.wasted_time(1000);