public final class JobState
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a type of the Scheduled Job.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static JobState |
DISABLED
Task is disabled and can be changed.
|
static JobState |
ENABLED
Job is enabled and can be executed.
|
static JobState |
FINISHED
Job is finished and cannot be changed.
|
Modifier and Type | Method and Description |
---|---|
static JobState |
valueOf(java.lang.String name) |
static JobState[] |
values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.