BBjAPI::listProcessStatus

Description

This method provides a list of BBj processes that are running in BBjServices.

Syntax

Return Value

Method

string

listProcessStatus()

Parameters

None.

Return Value

Returns information about each BBj process running in BBjServices.

Remarks

The specific information reported for each process, as well specific syntax of the message, is subject to change. The one reported item needing further explanation is 'time unresponsive'. The value of this field will normally be '< 5 seconds'. This value measures the time that the program has spent not being available for user input. If, for example, a program is executing a large SQL query, this value may show something like '>= 10 sec' or '>= 80 sec'. If a program is executing an endless loop, the value reported for that process will continue to grow.

Example

rem 'demonstration of listProcessStatus()

PRINT BBjAPI().listProcessStatus()
escape

See Also

BBjAPI

Object Variables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.

TML>