Show / Hide Table of Contents

Method keys.AddSleep


Overload

Adds a short pause. Then keys.SendNow will sleep (wait).

public keys AddSleep(int timeMS)
Parameters
timeMS  (int)

Time to sleep, milliseconds.

Returns
keys

This.

Exceptions
ArgumentOutOfRangeException

timeMS >10000 (1 minute) or <0.