From 3b4c21fe722c4b31efde9f90f778fe7187a414a7 Mon Sep 17 00:00:00 2001 From: Patrick Moriarty Date: Thu, 18 Mar 2021 15:14:58 -0500 Subject: [PATCH] Updated Events (markdown) --- Events.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Events.md b/Events.md index a79d0b0..97c5851 100644 --- a/Events.md +++ b/Events.md @@ -6,6 +6,7 @@ Global events are attached to the script note via label. Simply create e.g. "run * `run` * `frontendStartup` - executes on frontend upon startup + * `mobileStartup` - executes on mobile frontend upon startup * `backendStartup` - executes on backend upon startup * `hourly` - executes once an hour on backend * `daily` - executes once a day on backend