Contents

didComplete(error:)

Informs the client that the task completed.

Declaration

func didComplete(error: (any Error)?)

Parameters

  • error:

    nil if the task completed successfully; otherwise, an error that caused the task to fail.