public class AddScheduleTask extends XMLRequest
| Constructor and Description |
|---|
AddScheduleTask(UC4ObjectName name)
Constructs a
AddScheduleTask request using the specified name. |
| Modifier and Type | Method and Description |
|---|---|
ScheduleTask |
getScheduleTask()
Returns a
ScheduleTask which can be added to an UC4 Schedule. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic AddScheduleTask(UC4ObjectName name)
AddScheduleTask request using the specified name.
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 getScheduleTask can be used to get the returned
AddScheduleTaskname - UC4ObjectName of the object which should be added to the schedulepublic ScheduleTask getScheduleTask()
ScheduleTask which can be added to an UC4 Schedule.Copyright © 2021. All rights reserved.