ObjectCaptureSession.CaptureState.finishing
The session is saving outstanding data and finishing up.
Declaration
case finishingDiscussion
This state occurs after your app calls finish(). The app should keep the session alive until it reaches .completed state to ensure all data has been saved. The session will automatically move to .completed once all data is saved.