omni::chrono::timer_sync_type::enum_t::DROP

SYNOPSIS

When the timer interval passes, the interval counter is reset and any attached delegates are called in the order they were attached. If any functions should take longer than the timer interval and an interval lapse happens, any subsequent ticks will be dropped while the attached delegates are still executing. It is possible to have an events fire immediately after each other if the timing works out such that the delegate call finishes as the tick event is about to occur.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top