Skip to content
Ken Sharp edited this page Dec 10, 2025 · 2 revisions

DelayMs()

Delay the specified number of milliseconds.

Syntax

void DelayMs(unsigned long ms);

ms
The number of ms to wait before returning.

Returns

void

Related Links

Clone this wiki locally