Skip to content

Commit baad748

Browse files
committed
Add isActive method to CloudSchedule
1 parent 090f3cc commit baad748

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/property/types/CloudSchedule.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@ class CloudSchedule : public Property {
286286
return _value;
287287
}
288288

289+
bool isActive() {
290+
return _value.isActive();
291+
}
292+
289293
virtual void fromCloudToLocal() {
290294
_value = _cloud_value;
291295
}

0 commit comments

Comments
 (0)