InoDrive / UserApp / start_poll


InoDrive.UserApp.start_poll(self, timeout=None)

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

Arguments:

self (Object): Reference to User Application Instance.
timeout (Number): (Optional) Timeout property for updating Variable List in seconds.

Returns: None

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()