stop method

  1. @override
void stop()
override

stops the file ingestion

Implementation

@override
void stop() {
  publishingState = PublishingState.RequestStopPublish;
}