ActiveWindow/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Delay in milliseconds after executing the command. It has no effect if Enabled=0.“)
(Založena nová stránka s textem „== Output parameters ==“)
Řádek 31: Řádek 31:
 
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
 
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
<span id="title-"></span>
 
<span id="title-"></span>

Verze z 7. 7. 2020, 13:48

Jiné jazyky:
English • ‎čeština

Description

Alias: AW

Provides information about active window.

Detects the header and handle of the window in the foreground and saves this information into the Title and Handle parameters. It also obtains the process and thread identifiers that belongs to this window and stores their values in the ProcessId and ThreadId parameters.

Input parameters

Enabled

Number type

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Number type

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Number type

Delay in milliseconds after executing the command. It has no effect if Enabled=0.

Output parameters

Title

Typ String

Titulek aktivního okna.

Handle

Typ Number

Handle aktivního okna.

ProcessId

Typ Number

Identifikátor procesu aktivního okna.

ThreadId

Typ Number

Identifikátor vlákna aktivního okna.