To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| schedules | List | Get a list of schedules |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| schedule ( scheduleName, function, multiple, unit ) | JsScheduleBean | Creates a schedule that will repeat at the specified intervals | |
| schedule ( scheduleName, function, multiple, unit, time ) | JsScheduleBean | Create a schedule which can either run once or repeatedly | |
| getSchedule ( id ) | JsScheduleBean | Get a schedule | |
| find ( name ) | JsScheduleBean | ||
| deleteSchedule ( id ) | void | Deletes a schedule with the given ID | |
| clearSchedules ( ) | void | Clears all schedules for this application | |
| getAsyncProcess ( taskName ) | JsProcessable | ||
| executeAsyncTask ( taskName, functionName, params ) | JsProcessable | ||
| executeAsyncTask ( taskName, functionName ) | JsProcessable | ||
| executeAsyncFifo ( fifoKey, functionName, params ) | JsProcessable | ||
| executeAsync ( functionName, params ) | JsProcessable |