pidmessage

Data Type

String, modifiable

Description

The pidmessage variable contains an optional string that causes the process ID of the task on the run host to print out at the start of the task.

There is no read-only version of this variable.

If Endpoint Privilege Management for Unix and Linux is running as local mode, it ignores pidmessage.

Syntax

pidmessage = string;

Valid Values

Any string. The default value is empty.

The following example produces output similar to This is job: sparky 9876 before the target command runs.
pidmessage = "This is job: ";