Skip to content

Commit 30aa79a

Browse files
Always - a bit too messy
1 parent 1786a0b commit 30aa79a

File tree

1 file changed

+5
-0
lines changed
  • ui.content.example/src/main/content/jcr_root/conf/acm/settings/script/automatic/example

1 file changed

+5
-0
lines changed

ui.content.example/src/main/content/jcr_root/conf/acm/settings/script/automatic/example/ACME-10_always.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
def scheduleRun() {
2+
return schedules.none(); // schedules.boot()
3+
}
4+
5+
16
boolean canRun() {
27
return conditions.always()
38
}

0 commit comments

Comments
 (0)