WriteCredential/en: Porovnání verzí
(Založena nová stránka s textem „Type Number“) |
|||
| (Není zobrazeno 8 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 18: | Řádek 18: | ||
Type [[Special:MyLanguage/Data types#String | String]] | Type [[Special:MyLanguage/Data types#String | String]] | ||
| − | + | Name of the credentials. | |
<span id="username-"></span> | <span id="username-"></span> | ||
| Řádek 25: | Řádek 25: | ||
Type [[Special:MyLanguage/Data types#String | String]] | Type [[Special:MyLanguage/Data types#String | String]] | ||
| − | + | Username. | |
<span id="data-"></span> | <span id="data-"></span> | ||
| Řádek 32: | Řádek 32: | ||
Type [[Special:MyLanguage/Data types#String | String]] | Type [[Special:MyLanguage/Data types#String | String]] | ||
| − | + | Credentials data. | |
=== Enabled === | === Enabled === | ||
| Řádek 38: | Řádek 38: | ||
Type [[Special:MyLanguage/Data types#Number | Number]] | Type [[Special:MyLanguage/Data types#Number | Number]] | ||
| − | + | Enables or disables the command. If the value is 0, the command will not execute. | |
=== PreWait === | === PreWait === | ||
| Řádek 44: | Řádek 44: | ||
Type [[Special:MyLanguage/Data types#Number | Number]] | 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 2. 2. 2021, 15:51
Obsah
Description
Alias: WC
Writes the credentials to the credential manager.
Writes the value in the Data parameter together with the UserName in the credentials manager under TargetName.
Input parameters
TargetName
Type String
Name of the credentials.
UserName
Type String
Username.
Data
Type String
Credentials data.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not execute.
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.