BBjCommandLineObject::isQuiet

Description

In BBj 4.0 and higher, this method returns whether the BBjCommandLineObject specifies quiet mode.

Syntax

Return Value

Method

boolean

isQuiet()

Parameters

None.

Return Value

Returns whether the BBjCommandLineObject specifies quiet mode (0 = Quiet mode not specified, 1 = Quiet mode specified).

Remarks

In a traditional BBj SCALL, this is specified as –q.

Example

rem 'get and set Quiet property

rem 'get CommandLine Object
myCMD! = BBjAPI().getConfig().getCurrentCommandLineObject()
myCmd!.setQuiet(1)
PRINT myCMD!.isQuiet()

See Also

BBjAPI

BBjConfig

BBjAPI::newBBjSession

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