Methods ¶
address
: string
Property
The connection address for the client’s MQ server
commandArgs
: list
of str
Property
The array of arguments for the client’s command line.
commandString
: str
Property
The formatted command string for the client. The string contains all of the
arguments from the commandArgs property in the same order, with quotation
marks around args as needed to make them safe to pass to a shell.
id
: int
Property
The process or farm job ID associated with the client.
isActive
: bool
Property
Set to True is the service client is processing a work item.
isConnected
: bool
Property
Set to True if the service client is connected to its MQ server.
lock
: int
Property
The ID of the service block work item that locked the service client, or -1 if the client is not locked.
logPath
: str
Property
The path to the log file that contains the client’s standard output.
memoryUsage
: int
Property
The memory usage of the service client. This property is updated once each time the client finishes cooking a task – it is not updated continuously when a task is running on the client. Clients that have not run a task, or clients that have been reset or restart, will have a value of 0 until a task runs on the client.
name
: str
Property
The client’s unique name.
number
:int
Property
The client’s number if the overall list of clients for the service.
port
: int
Property
The connection port for the client’s MQ server
totalCooks
: int
Property
The total number of tasks the service has cooked, since the last time it was reset or restarted.