sendStepResult property
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(RPStepResult) get sendStepResult => _stepResultController.add;