|
@@ -214,6 +214,13 @@ public class Options {
|
|
|
return options.optBoolean("autoCancel", false);
|
|
return options.optBoolean("autoCancel", false);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ *
|
|
|
|
|
+ */
|
|
|
|
|
+ public Boolean getOngoing () {
|
|
|
|
|
+ return options.optBoolean("ongoing", false);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* Gibt die zusätzlichen Daten als String an.
|
|
* Gibt die zusätzlichen Daten als String an.
|
|
|
*/
|
|
*/
|