pidNamespace property

String? pidNamespace
getter/setter pair

An optional identifier for a PID namespace to run the action inside.

Multiple actions should use the same string to share a namespace. If unspecified, a separate isolated namespace is used.

Implementation

core.String? pidNamespace;