ProcessDetails interface

Describes process metadata.

Properties

commandLine

Process command line.

companyName

Name of company that created the process executable.

description

Process description.

executablePath

Process executable path.

fileVersion

File version.

firstPid

The Operating System Process Identifier (PID) of the first process in this process pool.

internalName

Internal process name.

persistentKey

A unique identifier for a process, generally resilient to process restart, computed by Service Map.

poolId

Represents the identity of the process pool assigned to the process by Dependency Agent.

productName

Product name.

productVersion

Product version.

services

Collection of services hosted by this Process (Windows only).

workingDirectory

Process workingDirectory.

zoneName

Process zone name (Linux only).

Property Details

commandLine

Process command line.

commandLine?: string

Property Value

string

companyName

Name of company that created the process executable.

companyName?: string

Property Value

string

description

Process description.

description?: string

Property Value

string

executablePath

Process executable path.

executablePath?: string

Property Value

string

fileVersion

File version.

fileVersion?: string

Property Value

string

firstPid

The Operating System Process Identifier (PID) of the first process in this process pool.

firstPid?: number

Property Value

number

internalName

Internal process name.

internalName?: string

Property Value

string

persistentKey

A unique identifier for a process, generally resilient to process restart, computed by Service Map.

persistentKey?: string

Property Value

string

poolId

Represents the identity of the process pool assigned to the process by Dependency Agent.

poolId?: number

Property Value

number

productName

Product name.

productName?: string

Property Value

string

productVersion

Product version.

productVersion?: string

Property Value

string

services

Collection of services hosted by this Process (Windows only).

services?: ProcessHostedService[]

Property Value

workingDirectory

Process workingDirectory.

workingDirectory?: string

Property Value

string

zoneName

Process zone name (Linux only).

zoneName?: string

Property Value

string