Вы находитесь на странице: 1из 1

#ClipboardTimeout

Changes how long the script keeps trying to access the clipboard when the first attempt fails.
#ClipboardTimeout Milliseconds
Parameters
Milliseconds
The length of the interval in milliseconds. Specify -1 to have it keep trying
indefinitely. Specify 0 to have it try only once. Scripts that do not contain this
directive use a 1000 ms timeout.
Remarks
Some applications keep the clipboard open for long periods of time, perhaps to write or read
large amounts of data. In such cases, increasing this setting causes the script to wait longer
before giving up and displaying an error message.

Вам также может понравиться