SapDriver

Z Wiki
Verze z 24. 6. 2024, 19:17, kterou vytvořil SamiecK (diskuse | příspěvky) (Založena nová stránka s textem „Category:GuiMaster Category:GuiMaster Library == Popis == '''Alias: SD''' '''Spustí příkaz pro SAP.''' Spustí příkaz určený parametrem ~…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání


Popis

Alias: SD

Spustí příkaz pro SAP.

Spustí příkaz určený parametrem ~Command přes SAP GUI Scripting.

Vstupní parametry

Command

Typ String

Command.

Target

Typ String

The target of the command.

Value

Typ String

The value of the command parameter.

Enabled

Typ Number

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

PreWait

Typ Number

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

PostWait

Typ Number

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

Výstupní parametry

Output

Typ String

Command output.