Package | Description |
---|---|
com.ewon.ewonitf |
Modifier and Type | Method and Description |
---|---|
static ScheduledAction |
ScheduledActionManager.readAction(int actionNdx)
Read an action from the scheduled action log defined by its index in the list.
|
static ScheduledAction[] |
ScheduledActionManager.readActionLog()
Read an array of
ScheduledAction
with all the actions in the scheduled action log. |
static ScheduledAction |
ScheduledActionManager.searchAction(int actionId)
Read an action from the scheduled action log defined by its ID
|