typealias onQueueTaskEnd = (context: DownloadContext, task: DownloadTask, cause: EndCause, realException: Exception?, remainCount: Int) -> Unit
Correspond to com.liulishuo.okdownload.DownloadContextListener.taskEnd.