| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.dependencies.computer | 
| Modifier and Type | Method and Description | 
|---|---|
static DependsComputeOrderErrorCause | 
DependsComputeOrderErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DependsComputeOrderErrorCause[] | 
DependsComputeOrderErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
DependsComputeOrderResult(boolean success,
                         @NotNull DependsComputeOrderState taskState,
                         @Nullable DependsComputeOrderErrorCause errorCause,
                         @NotNull List<DependencyElement> order)  | 
Copyright © 2023. All rights reserved.