clock moduleInternal
clock::advance
Advance the system clock by a specified duration. Used for testing time-dependent logic.
Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
duration | Duration | The duration to advance the clock by |
Return Value
Nothing. Advances the clock as a side effect.
