WriteCredential/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Enables or disables the command. If the value is 0, the command will not execute.“)
 
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.)
Řádek 32: Řádek 32:
 
Type [[Special:MyLanguage/Data types#String | String]]
 
Type [[Special:MyLanguage/Data types#String | String]]
  
Credentials data.......
+
Credentials data.
  
 
=== Enabled ===
 
=== Enabled ===
Řádek 44: Řádek 44:
 
Type [[Special:MyLanguage/Data types#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 ===
Řádek 50: Řádek 50:
 
Type [[Special:MyLanguage/Data types#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 2. 2. 2021, 15:51

Jiné jazyky:
English • ‎čeština

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.

Output parameters