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.
Returns false in this class.
Syntax
public boolean canGoBatch()
Run On
Called
Remarks
This method must be located in this class because it is called from the DialogRunBase class.
Examples
runbase myRunbase;
if (myRunbase.canGoBatch())
{
// ...
}