UI\Executor::setInterval

(UI 2.0.0)

UI\Executor::setIntervalInterval Manipulation

Description

publicUI\Executor::setInterval(int$microseconds): bool
publicUI\Executor::setInterval(int$seconds, int$microseconds): bool

Shall set the new interval. An interval of 0 will pause the executor until a new interval has been set

Parameters

seconds

microseconds

Return Values

Indication of success

To Top