Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
ScheduleTask |
ScheduleTask.copy()
This method is used to return the copy of the ScheduleTask.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ScheduleTask> |
Schedule.taskIterator()
Returns an iterator over
ScheduleTask . |
Modifier and Type | Method and Description |
---|---|
void |
Schedule.addTask(ScheduleTask task)
Adds a task to the Schedule.
|
void |
ScheduleTask.copy(ScheduleTask task)
Method to copy the attributes from the provided ScheduleTask
|
Modifier and Type | Method and Description |
---|---|
ScheduleTask |
AddScheduleTask.getScheduleTask()
Returns a
ScheduleTask which can be added to an UC4 Schedule. |
Copyright © 2019. All rights reserved.