includeParentEnvironment property

bool includeParentEnvironment
final

If true, merges the given environment into the parent environment.

If includeParentEnvironment is true, the process's environment will include the parent process's environment, with environment taking precedence. Default is true.

If false, uses environment as the entire environment to run in.

Implementation

final bool includeParentEnvironment;