Package | Description |
---|---|
com.github.dexecutor.core.task |
Modifier and Type | Method and Description |
---|---|
ExecutionStatus |
Task.getStatus() |
static ExecutionStatus |
ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExecutionResult(T id,
R result,
ExecutionStatus status) |
Copyright © 2016 Dexecutor. All rights reserved.