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
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.