signatures property

List<ProcessSignature>? signatures
getter/setter pair

The list of matched signatures indicating that the given process is present in the environment.

Implementation

core.List<ProcessSignature>? signatures;