onStatusChanged property

Stream<JobStatus> onStatusChanged

Indicates that the Job.status property has changed.

Implementation

Stream<JobStatus> get onStatusChanged =>
    _statusChangedStreamController.stream;