php8.5
Home/ Manual/ ui / executor/ UI\Executor::setInterval

UI\Executor::setInterval

PHP function Edit on GitHub ✎

(UI 2.0.0)

Interval Manipulation

Description

UI\Executor::setInterval(int $microseconds): bool
UI\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

Source: reference/ui/ui/executor/setinterval.xml · from the official PHP manual (php/doc-en)