consumeTime

The consumeTime method is used in simulated time mode to simulate time consumption. It increases time incrementally to accommodate for other tasks.

Visibility
Public
Signature
RP_FRAMEWORK_DLL void consumeTime (timeUnit interval, 
   timeUnit step = 1);
Parameters
interval

Defines the time interval used for clock updates.

step

Defines how many intervals to change at each clock update. The default value is 1.


Feedback