LogMessage/en: Porovnání verzí
(Založena nová stránka s textem „'''Message for run log.'''“) |
|||
| (Není zobrazeno 16 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 7: | Řádek 7: | ||
'''Alias: LM''' | '''Alias: LM''' | ||
| − | ''' | + | '''Entry in the run log.''' |
| − | + | Enters a message stored in the [[#message-| Message]] parameter into the run log. The type of message is specified by the [[#type-| Type]] parameter. | |
| − | == | + | == Input parameters == |
<span id="message-"></span> | <span id="message-"></span> | ||
=== Message === | === Message === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | Text | + | Text of message. |
<span id="type-"></span> | <span id="type-"></span> | ||
=== Type === | === Type === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Type of message. | |
=== OnlyIfNotNull === | === OnlyIfNotNull === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | If the value is 1, the command will not execute unless the text is given in the [[#message-| Message]] parameter. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 29. 1. 2021, 11:39
Obsah
Description
Alias: LM
Entry in the run log.
Enters a message stored in the Message parameter into the run log. The type of message is specified by the Type parameter.
Input parameters
Message
Type String
Text of message.
Type
Type Number
Type of message.
OnlyIfNotNull
Type Number
If the value is 1, the command will not execute unless the text is given in the Message parameter.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.