Code: Select all
iTest :=1
, iTest2 := 2
, iTest3 :=3
Code: Select all
iTest :=1
, iTest2 := 2
, iTest3 :=3
Code: Select all
iTest :=1, iTest2 := 2, iTest3 :=3
Specifying a positive number as the first parameter (e.g. Critical 30) turns on Critical but also changes the minimum number of milliseconds between checks of the internal message queue. [...]. Increasing the interval postpones the arrival of messages/events, which gives the current thread more time to finish. [...]
This setting affects the following:Source: Critical - Syntax & Usage | AutoHotkey v2
- Preemptive message checks, which potentially occur before each line of code executes.
- Periodic message checks during Send, file and download operations.
Users browsing this forum: DavidP, FanaticGuru, mikeyww, TomDonovan and 105 guests