Package | Description |
---|---|
com.streamscape.sef.scheduler |
Modifier and Type | Field and Description |
---|---|
static ExecutionMode |
ExecutionMode.SCHEDULED
Task list was launched for execution by a job at the scheduled time.
|
static ExecutionMode |
ExecutionMode.TASK_DIRECT
One task of the task list was launched for execution by a user directly.
|
static ExecutionMode |
ExecutionMode.TASKLIST_DIRECT
Task list was launched for execution by a user directly.
|
Modifier and Type | Method and Description |
---|---|
ExecutionMode |
TaskListExecution.getExecutionMode() |
ExecutionMode |
TaskExecution.getExecutionMode() |
static ExecutionMode |
ExecutionMode.valueOf(java.lang.String name) |
static ExecutionMode[] |
ExecutionMode.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.