stopValidating()
Stops the active validation operation.
Declaration
func stopValidating()Discussion
You can call this method at any time, even within the validator’s callback to its handler.
Calling this method stops validation and changes the status value to AVCaptionConversionValidator.Status.stopped.