InoDrive / UserApp / stop_poll


InoDrive.UserApp.stop_poll(self)

Stop’s Process Thread to poll User Application’s Variable Listing.

Arguments: self (Object): Reference to User Application Instance.

Returns: None

import CkInoDriveAPI

# Instantiate InoDrive Object and Connect by Name
Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True)

# Start polling User Application
Drive.UserApp.start_poll()

# Stop polling User Application
Drive.UserApp.stop_poll()