Package | Description |
---|---|
com.streamscape.sef.scheduler |
Modifier and Type | Field and Description |
---|---|
static TaskType |
TaskType.ACTION
Task that executes the specified
RPL script. |
static TaskType |
TaskType.EVENT
Task that raises the
Scheduler Event and waits for an acknowledgement. |
static TaskType |
TaskType.EXCEPTION
Special kind of Action task that is triggered after an error occurred during execution of a regular task.
|
Modifier and Type | Method and Description |
---|---|
TaskType |
TaskExecution.getTaskType() |
TaskType |
Task.getType()
Returns a type of the task.
|
TaskType |
ExceptionTask.getType() |
TaskType |
EventTask.getType() |
TaskType |
ActionTask.getType() |
static TaskType |
TaskType.valueOf(java.lang.String name) |
static TaskType[] |
TaskType.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.