onStarted property

(dynamic Function(ExecutionContext context)?) onStarted
finalinherited

The callback when this process is started

Implementation

final Function(ExecutionContext context)? onStarted;