I have a class extended from RunBaseBatch.In the main method ,I have
if (assignment_Level.prompt())
assignment_Level.run();
when pressing ok, no response happens although the run method has been overwritten. How can I solve this issue ?
*This post is locked for comments