The consumeTime method is used in simulated time mode to simulate time consumption. It increases time incrementally to accommodate for other tasks.
Public
RP_FRAMEWORK_DLL void consumeTime (timeUnit interval,
timeUnit step = 1);
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.