PROCESS_STATE_RUNNING Event Type

Indicates a process has moved from the STARTING state to theRUNNING state. This means that the process has successfullystarted as far as Supervisor is concerned.

Name: PROCESS_STATE_RUNNING

Subtype Of: PROCESS_STATE

Body Description

This body is a token set. It has the default set of key/value pairsplus an additional pid key. pid represents the UNIXprocess id of the process that was started. For example:

  1. processname:cat groupname:cat from_state:STARTING pid:2766