Interface ScheduleTaskDialog
public interface ScheduleTaskDialog
Helper definition for creating and opening a dialog for a schedule task.
- Since:
- 4.2.38
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if ok button was clicked orfalse
if cancel button was clicked.
-
Method Details
-
getResult
boolean getResult()Returnstrue
if ok button was clicked orfalse
if cancel button was clicked.- Returns:
- boolean
- Since:
- 4.2.38
-