results property

Map<String, RPStepResult> results
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