Purpose: Set the value of an environment variable for a certain user.


Properties


  • Name: Key
    • Type: String
    • Direction: in
    • Purpose: Environment variable name


  • Name: User
    • Type: String
    • Direction: in
    • Purpose: User which own the variable


  • Name: Value
    • Type: String
    • Direction: in
    • Purpose: Value to set


  • Name: Result
    • Type: Boolean
    • Direction: out
    • Purpose: True if the variable has been set, False otherwise.