CallbackDefault
Inclusion code:
| Service Deployment | |||
|---|---|---|---|
| Port Name | Location | Protocol | Interfaces |
| SchedulerCallBack | local | - | SchedulerCallBackInterface |
List of Available Interfaces
SchedulerCallBackInterface
Interface documentation:
| Operation Name | Input Type | Output Type | Faults |
|---|---|---|---|
| schedulerCallback | SchedulerCallBackRequest | - |
Operation Description
schedulerCallback
Operation documentation:
Invocation template:
schedulerCallback( request )
Request type
Type: SchedulerCallBackRequest
type SchedulerCallBackRequest: void {
.jobName: string
.groupName: string
}
SchedulerCallBackRequest : void
jobName : stringgroupName : string