MCPcopy
hub / github.com/Unitech/pm2 / ProcessDescription

Interface ProcessDescription

types/index.d.ts:356–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 * An object with information about the process.
355 */
356export interface ProcessDescription {
357 /**
358 * The name given in the original start command.
359 */
360 name?: string;
361 /**
362 * The pid of the process.
363 */
364 pid?: number;
365 /**
366 * The pid for the pm2 God daemon process.
367 */
368 pm_id?: number;
369 monit?: Monit;
370 /**
371 * The list of path variables in the process’s environment
372 */
373 pm2_env?: Pm2Env;
374}
375
376interface Monit {
377 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…