Package | Description |
---|---|
com.streamscape.sef.scheduler |
Modifier and Type | Field and Description |
---|---|
static JobState |
JobState.DISABLED
Task is disabled and can be changed.
|
static JobState |
JobState.ENABLED
Job is enabled and can be executed.
|
static JobState |
JobState.FINISHED
Job is finished and cannot be changed.
|
Modifier and Type | Method and Description |
---|---|
JobState |
ScheduledJob.getState()
Returns a state of the job.
|
static JobState |
JobState.valueOf(java.lang.String name) |
static JobState[] |
JobState.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.