Throw/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Forced invocation of an error with the code specified by the Value parameter and with the text stored in the Message parameter.“)
(Založena nová stránka s textem „== Input parameters ==“)
Řádek 11: Řádek 11:
 
Forced invocation of an error with the code specified by the [[#value-|Value]] parameter and with the text stored in the [[#message-|Message]] parameter.
 
Forced invocation of an error with the code specified by the [[#value-|Value]] parameter and with the text stored in the [[#message-|Message]] parameter.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="value-"></span>
 
<span id="value-"></span>

Verze z 13. 7. 2020, 15:22

Jiné jazyky:
English • ‎čeština

Description

Alias: THR

Throws an error.

Forced invocation of an error with the code specified by the Value parameter and with the text stored in the Message parameter.

Input parameters

Value

Typ Number

Kód chyby.

Message

Typ String

Text chyby.

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