Instance Method
pause()pauseObservationpauseObservation
Pauses the observation.
Declaration
func pause()Declaration
- (void) pauseObservation;Declaration
pauseObservation()Discussion
End the pause by calling -resumeObservation.
Instance Method
Pauses the observation.
func pause()- (void) pauseObservation;pauseObservation()End the pause by calling -resumeObservation.