T - Type of Node/Task IDR - Type of Node/Task resultpublic class ExecutionResult<T,R> extends Object
| Constructor and Description |
|---|
ExecutionResult(T id,
R result,
ExecutionStatus status) |
public ExecutionResult(T id, R result, ExecutionStatus status)
public T getId()
public R getResult()
public boolean isSuccess()
true if the result is success
false if the result is not successpublic boolean isErrored()
true if the result is error
false if the result is not errorpublic boolean isSkipped()
true if the result is skipped
false if the result is not skippedCopyright © 2016 Dexecutor. All rights reserved.