InoDrive / Connection / connected
property InoDrive.connected(self)
Retrieve InoDrive Module Connection Status.
Arguments: self (Object): Reference to InoDrive Object to utilize Connection Handle.
Returns: Boolean – True or False Value on having an established connection.
import CkInoDriveAPI # Instantiate InoDrive Object and Connect by Name Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True) # Retrieve Connection Handle Status Drive.connected()