Returns true if the input was successfully downloaded.
true
@override /// Returns `true` if the input was successfully downloaded. Future<bool> process(Result input) { return _processGroup.process(input); }