cancel()
Cancels a pending request.
Declaration
func cancel()Discussion
After canceling a request, you can call the calculate(completionHandler:) method again (if you want) to restart the request process.
Cancels a pending request.
func cancel()After canceling a request, you can call the calculate(completionHandler:) method again (if you want) to restart the request process.