Delivers notifications of changes in the logical clock of the project.
| Column | Type | Description |
|---|---|---|
| Key | string | The type of the update, currently "CLOCK". |
| Rate | float | The rate of the logical clock relative to the real time. |
| Time | float | The current time in seconds since the UNIX epoch. |
| Real | integer | The real time flag, 1 if the logical clock matches the system time and 0 if the times do not match. |
| stop_depth | integer | The number of times the clock resume command must be called to resume the flow of time. When the clock is running, stop_depth is 0. |
| max_sleep | integer | The time, in real milliseconds, that guarantees all sleepers discover changes in the physical clock rate or time. |