Translations:Rule Examples/164/en: различия между версиями

Материал из Wiren Board
(Новая страница: «// if needed, setup periodic task to trigger rules which use this schedule if (schedule.autoUpdate) { addScheduleAutoUpdCronTask(schedule); }»)
 
(нет различий)

Текущая версия на 21:01, 21 сентября 2022

Определение сообщения (Rule Examples)
// if needed, setup periodic task to trigger rules which use this schedule
       if (schedule.autoUpdate) {
         addScheduleAutoUpdCronTask(schedule);
       }

// if needed, setup periodic task to trigger rules which use this schedule

       if (schedule.autoUpdate) {
         addScheduleAutoUpdCronTask(schedule);
       }