init_process_name

Function init_process_name 

Source
pub fn init_process_name(name: impl Into<Txt>) -> bool
Expand description

Set the process runtime name if it has not been named yet.

See set_process_name for more details.

Returns true if the name was set.