Throw/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „ Number type“)
(Založena nová stránka s textem „Delay in milliseconds after executing the command. It has no effect if Enabled=0.“)
 
(Není zobrazeno 9 mezilehlých verzí od stejného uživatele.)
Řádek 18: Řádek 18:
 
[[Special:MyLanguage/Datové typy#Number | Number]] type
 
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Kód chyby.
+
Error code.
  
 
<span id="message-"></span>
 
<span id="message-"></span>
 
=== Message ===
 
=== Message ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
[[Special:MyLanguage/Datové typy#String | String]] type
  
Text chyby.
+
Error message.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 13. 7. 2020, 15:26

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

Number type

Error code.

Message

String type

Error message.

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