results property
read / write
The results in of a Task in a map.
Each entry represents a Step's result (RPStepResult). The keys are strings with the identifiers of the corresponding Step.
Implementation
Map<String, RPStepResult> results
The results in of a Task in a map.
Each entry represents a Step's result (RPStepResult). The keys are strings with the identifiers of the corresponding Step.
Map<String, RPStepResult> results