public final class TaskListState
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a state of the Task List.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static TaskListState |
COMPLETED
(Transient) Task list execution has been successfully completed.
|
static TaskListState |
DISABLED
Task list is disabled and cannot be executed.
|
static TaskListState |
ENABLED
Task list is enabled and can be executed.
|
static TaskListState |
EXPIRED
(Transient) Task list execution has expired.
|
static TaskListState |
FAILED
(Transient) Task list execution has failed.
|
static TaskListState |
INTERRUPTED
(Transient) Task list execution has been interrupted.
|
static TaskListState |
RUNNING
Task list is running.
|
static TaskListState |
TASK_RUNNING
One separate task of the task list is running (was started directly by a user).
|
static TaskListState |
TRANSACTED_FAIL
(Transient) Task list execution has failed in the TRANSACTED mode.
|
Modifier and Type | Method and Description |
---|---|
static TaskListState |
valueOf(java.lang.String name) |
static TaskListState[] |
values() |
public static final TaskListState ENABLED
public static final TaskListState RUNNING
public static final TaskListState TASK_RUNNING
public static final TaskListState DISABLED
public static final TaskListState COMPLETED
public static final TaskListState FAILED
public static final TaskListState EXPIRED
public static final TaskListState INTERRUPTED
public static final TaskListState TRANSACTED_FAIL
public static TaskListState[] values()
public static TaskListState valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.