Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method must always return false in this class.
Syntax
public boolean canGoBatch()
Run On
Client
Return Value
Type: boolean
false by default.
Remarks
This method must exist in this class because this method is called from the DialogRunbase class.
Examples
runbase myRunbase;
if (myRunbase.canGoBatch())
{
// ...
}
See Also
RunBaseBatchPrintableDialog Class