LogMessage/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(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'''
  
'''Message for run log.'''
+
'''Entry in the run log.'''
  
Do run logu zapíše zprávu uloženou v parametru [[#message-| Message]]. Typ zprávy určuje parametr [[#type-| Type]].
+
Enters a message stored in the [[#message-| Message]] parameter into the run log. The type of message is specified by the [[#type-| Type]] parameter.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="message-"></span>
 
<span id="message-"></span>
 
=== Message ===
 
=== Message ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Text zprávy.
+
Text of message.
  
 
<span id="type-"></span>
 
<span id="type-"></span>
 
=== Type ===
 
=== Type ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Typ zprávy.
+
Type of message.
  
 
=== OnlyIfNotNull ===
 
=== OnlyIfNotNull ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Pokud má hodnotu 1, pak se příkaz neprovádí v případě, kdy není zadán text v parametru [[#message-| Message]].
+
If the value is 1, the command will not execute unless the text is given in the [[#message-| Message]] parameter.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
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]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
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]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 29. 1. 2021, 11:39

Jiné jazyky:
English • ‎čeština

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.

Output parameters