updateScheduledAction
The updateScheduledAction method changes the schedule for a previously-scheduled event.
This method should use the output ID from createScheduledAction
to update the time the event should be triggered.
See getScheduledActions
for more information on the feature.
Parameters
Example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Logging
When this method fails, the error is rendered in the UI so that editors receive feedback on the failure.
Related Methods
This method should be implemented alongside the other scheduled action methods: