Appearance
If set, specifies the initial value of Env inside the Worker thread. Default: parent thread env.
Env
public IDictionary<string, string>? Env { get; set; }
Not valid if ShareEnv is true.
ShareEnv