System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

1.1.58. executor_get_environment

Description

Return all environment variables in Tcl array

Usage

executor_get_environment [-inherited_only <Boolean>] <service-path>

ReturnType

Map

Returns

All environment variables

Arguments

Boolean (optional)
service-path

Example

array set env_var [executor_get_environment $executor_path]