Service Scheduler
from scheduler import Scheduler
| Port Name | Location | Protocol | Interfaces |
|---|---|---|---|
| ip | local | SchedulerInterface |
List of Available Interfaces
SchedulerInterface
| Operation Name | Input Type | Output Type | Faults | Description |
|---|---|---|---|---|
| deleteCronJob | DeleteCronJobRequest | void | - | |
| setCallbackOperation | SetCallBackOperationRequest | - | - | Set the callback operation name |
| setCronJob | SetCronJobRequest | void | JobAlreadyExistsvoid | Set a new cron job |
Types
SetCronJobRequest:
Type Declaration
void {
jobName[1,1]: string //
cronSpecs[1,1]: void {
dayOfWeek[1,1]: string //
hour[1,1]: string //
month[1,1]: string //
dayOfMonth[1,1]: string //
year[0,1]: string //
second[1,1]: string //
minute[1,1]: string //
} //
groupName[1,1]: string //
}