Function

audit_sleep

Suspends the execution of the current thread until the time-out interval elapses.

Since v1.0
void audit_sleep(
audit_time duration)

Parameters 🔗

duration in

Time in milliseconds.

Discussion 🔗

This is useful for introducing artificial delays.