WaitForCursor/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Depending on the value of the WaitMode parameter, it waits for the cursor type given by the Cursor parameter to display or di…“)
Řádek 9: Řádek 9:
 
'''Waits for a specified type of cursor.'''
 
'''Waits for a specified type of cursor.'''
  
V závislosti na hodnotě parametru [[#waitmode-| WaitMode]], čeká na zobrazení nebo zmizení typu kurzoru daného parametrem [[#cursor-| Cursor]]. Je možné nastavit maximální čekací dobu parametrem [[#wait-| Wait]] a prodlevu mezi zjišťováním [[#interval-| Interval]]. Pokud se kurozor nezobrazí (příp. nezmizí), příkaz končí chybou.
+
Depending on the value of the [[#waitmode-| WaitMode]] parameter, it waits for the cursor type given by the [[#cursor-| Cursor]] parameter to display or disappear. It is possible to set the maximum waiting time with the [[#wait-| Wait]] parameter and the delay between detection [[#interval-| Interval]]. If the cursor does not appear (or does not disappear) the command ends with an error.
  
 
== Vstupní parametry ==
 
== Vstupní parametry ==

Verze z 2. 11. 2023, 09:09

Jiné jazyky:
English • ‎čeština

Description

Alias: WFCR

Waits for a specified type of cursor.

Depending on the value of the WaitMode parameter, it waits for the cursor type given by the Cursor parameter to display or disappear. It is possible to set the maximum waiting time with the Wait parameter and the delay between detection Interval. If the cursor does not appear (or does not disappear) the command ends with an error.

Vstupní parametry

Cursor

Typ Number

Typ kurzoru.

WaitMode

Typ Number

Režim čekání na kurzor (0=čekání na zobrazení, 1=čekání na zmizení).

Wait

Typ Number

Doba čekání v sekundách na výskyt kurzoru.

Interval

Typ Number

Prodleva v ms mezi zjišťováním kurzoru.

Enabled

Typ Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

PreWait

Typ Number

Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry