isStarting property

  1. @override
bool isStarting
override

Is this executor in the process of being started?

This is true while the start method is executing.

Implementation

@override
bool get isStarting => _isStarting;