name property

String? name
getter/setter pair

The process name, as displayed in utilities like top and ps.

This name can be accessed through /proc/[pid]/comm and changed with prctl(PR_SET_NAME).

Implementation

core.String? name;