onSucceeded property

(dynamic Function(ExecutionContext context)?) onSucceeded
finalinherited

The callback when this process is succeeded

Implementation

final Function(ExecutionContext context)? onSucceeded;