NetworkTask public protocol NetworkTask : AnyObject NetworkTaskRepresenting is a task which runs async to fetch data. cancel() Cancels a task. Declaration Swift func cancel() resume() Resumes a task. Declaration Swift func resume() suspend() Suspends a task. Declaration Swift func suspend() © 2019 DBSystel. All rights reserved. (Last updated: 2019-09-26) Generated by jazzy ♪♫ v0.11.2, a Realm project.