InoDrive / Connection / disconnect


InoDrive.disconnect(self, timeout=None)

Have InoDrive Module attempt to Disconnect.

Arguments:

self (Object): Reference to InoDrive Object to utilize Connection Handle.
timeout (Number): (Optional) Timeout value in seconds.

Returns: Boolean – True or False Value on successfully disconnecting from the Module.

import CkInoDriveAPI

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

# Attempt to Disconnect from the InoDrive
Drive.disconnect()