Throw/en: Porovnání verzí
(Založena nová stránka s textem „== Input parameters ==“) |
(Založena nová stránka s textem „Delay in milliseconds after executing the command. It has no effect if Enabled=0.“) |
||
| (Není zobrazeno 10 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 16: | Řádek 16: | ||
=== Value === | === Value === | ||
| − | + | [[Special:MyLanguage/Datové typy#Number | Number]] type | |
| − | + | Error code. | |
<span id="message-"></span> | <span id="message-"></span> | ||
=== Message === | === Message === | ||
| − | + | [[Special:MyLanguage/Datové typy#String | String]] type | |
| − | + | Error message. | |
=== Enabled === | === Enabled === | ||
| − | + | [[Special:MyLanguage/Datové typy#Number | Number]] type | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | [[Special:MyLanguage/Datové typy#Number | Number]] type | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | [[Special:MyLanguage/Datové typy#Number | Number]] type | |
| − | + | Delay in milliseconds after executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 13. 7. 2020, 15:26
Obsah
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.