sendStepResult property

dynamic Function(RPResult) get sendStepResult

The function to send the latest result of the step to the task

Usually it's called as part of the createAndSendResult implementation in those classes which are implementing the CanSaveResult abstract class

Implementation

Function(RPResult) get sendStepResult => _stepResultController.add;