Example #1
0
 public function schedule_stop_coffee_machine($timestamp)
 {
     AvyCron::Set($timestamp, 'CoffeeMaker', 'stop_coffee_machine');
 }