public class AddScheduleMonitorTask extends XMLRequest
| Constructor and Description |
|---|
AddScheduleMonitorTask(UC4ObjectName name,
int parentIdnr)
Constructs a
AddScheduleMonitorTask request using the specified name
and add it to the parent task of given parentIdnr. |
| Modifier and Type | Method and Description |
|---|---|
ScheduleMonitor.Task |
getScheduleMonitorTask()
Returns a
ScheduleMonitor.Task which has been added to running schedule corresponding to given
parentIdnr. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic AddScheduleMonitorTask(UC4ObjectName name, int parentIdnr)
AddScheduleMonitorTask request using the specified name
and add it to the parent task of given parentIdnr.
The UC4 Server returns a task description if a task with this name exists.
If an UC4 object with the specified name is not found a message box is returned.
The method getScheduleMonitorTask can be used to get the returned
ScheduleMonitor.Taskname - UC4ObjectName of the task object which should be added to the scheduleparentIdnr - idnr of the parent schedule to which this new task is to be addedpublic ScheduleMonitor.Task getScheduleMonitorTask()
ScheduleMonitor.Task which has been added to running schedule corresponding to given
parentIdnr.Copyright © 2021. All rights reserved.