Timer (Simple EventHandler)
Overview
The timer waits for a specified time at which point it executes a script or
starts an AssemblyLine. The script must be provided by the administrator/user.
Example
Demo package containing ready to run configurations for the Timer
EventHandler here.
Configuration
This handler needs the following parameters:
Parameter |
Description |
class |
com.architech.trigger.rstTimer |
schedule |
Time when script is executed:
<month> <day> <weekday> <hour> <minute>
//
// Mont = 0 .. 11
// Day = 0 .. 30
// Weekday = 0 .. 6
// Hour = 0 .. 23
// Minute = 0 .. 59
//
// Enter an asterix (*) to specify any value.
|
assemblyLine |
The AssemblyLine to start |
scriptEngine |
Script engine for script (i.e. javascript, perl
etc..) |
script |
If this is specified then the script must
contain a function called ontimer. This function is then called
whenever the time specified by the schedule parameter is reached. |
Downloads
Included in base product
|