InoDrive / UserApp / dispose
InoDrive.UserApp.dispose(self)
Dispose Process thread for Polling User Application.
Arguments: self (Object): Reference to User Application Instance.
Returns: Nothing
import CkInoDriveAPI # Instantiate InoDrive Object and Connect by Name Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True) # Start polling User Application to update Variable List Drive.UserApp.start_poll() # Dispose Connection and User Application Instance Drive.UserApp.dispose()