BBjSessionInfo::getLineListing
Description
In BBj 4.00 and higher, this method returns the line listing currently being executed in the session described by this BBjSessionInfo.
Syntax
Return Value |
Method |
---|---|
string |
getLineListing() |
Parameters
None.
Return Value
The line listing or general status description of the session described by this BBjSessionInfo.
Remarks
If the session is not currently executing a program line, a general status description is returned. The current values include "<terminating>", "<console stopped>", "<console running>" and "<program is protected>".
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.