public final class TaskType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a type of the Scheduled Task.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static TaskType |
ACTION
Task that executes the specified
RPL script. |
static TaskType |
EVENT
Task that raises the
Scheduler Event and waits for an acknowledgement. |
static TaskType |
EXCEPTION
Special kind of Action task that is triggered after an error occurred during execution of a regular task.
|
Modifier and Type | Method and Description |
---|---|
static TaskType |
valueOf(java.lang.String name) |
static TaskType[] |
values() |
public static final TaskType ACTION
RPL
script.public static final TaskType EVENT
Scheduler Event
and waits for an acknowledgement.public static final TaskType EXCEPTION
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.