Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

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