此内容没有您所选择的语言版本。11.28. Cron Timer Example This is what the Cron timer looks like: rule "Send SMS every 15 minutes" timer (cron:* 0/15 * * * ?) when $a : Alarm( on == true ) then channels[ "sms" ].insert( new Sms( $a.mobileNumber, "The alarm is still on" ); end Report a bug 前一个下一个