public final class ExecutionMode
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines an execution mode of the Task List.
CHAINED
mode is supported.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ExecutionMode |
SCHEDULED
Task list was launched for execution by a job at the scheduled time.
|
static ExecutionMode |
TASK_DIRECT
One task of the task list was launched for execution by a user directly.
|
static ExecutionMode |
TASKLIST_DIRECT
Task list was launched for execution by a user directly.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionMode |
valueOf(java.lang.String name) |
static ExecutionMode[] |
values() |
public static final ExecutionMode SCHEDULED
public static final ExecutionMode TASKLIST_DIRECT
public static final ExecutionMode TASK_DIRECT
public static ExecutionMode[] values()
public static ExecutionMode valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.