didComplete(error:)
Informs the client that the task completed.
Declaration
func didComplete(error: (any Error)?)Parameters
- error:
nilif the task completed successfully; otherwise, an error that caused the task to fail.
Informs the client that the task completed.
func didComplete(error: (any Error)?)nil if the task completed successfully; otherwise, an error that caused the task to fail.