pool.processes

Returns a list of running processes using this pool.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

ID of the pool to get processes for.

Result

Type: array of object

Array of processes currently using the pool.

No Additional Items
Each item of this array must be:

PoolProcess

Type: object
No Additional Properties

Pid

Type: integer

Process ID of the process using the pool.

Name

Type: string

Name of the process using the pool.

Service


Name of the service if this process belongs to a system service.

Type: string
Type: null

Cmdline


Full command line of the process.

Type: string
Type: null


Required roles: POOL_READ