JobResult

public protocol JobResult

Callback to give result in synchronous or asynchronous job

  • Method callback to notify the completion of your

    Declaration

    Swift

    func done(_ result: JobCompletion)