Execution Scheduler

(UI 2.0.0)

はじめに

This facility schedules repetitive execution of a callback, useful for animations and other such activities.

クラス概要

abstract class UI\Executor {
/* Constructor */
public __construct()
public __construct(int $microseconds)
public __construct(int $seconds, int $microseconds)
/* メソッド */
public kill(): void
abstract protected onExecute(): void
public setInterval(int $microseconds): bool
public setInterval(int $seconds, int $microseconds): bool
}

目次

関連キーワード:  Execution, Executor, Scheduler, public, int, construct, microseconds, setInterval, onExecute, kill