The consumeTime method is
used in simulated time mode to simulate time consumption. It increases
time incrementally to accommodate for other tasks.
SignatureRP_FRAMEWORK_DLL void consumeTime (timeUnit interval,
timeUnit step = 1);
Parametersinterval
Defines the time interval used for clock
updates.
step
Defines how many intervals
to change at each clock update. The default value is 1.