autoSync property

bool autoSync
getter/setter pair

Manual control of sync().

Usually Sporran syncs when a transition to online is detected, however this can be disabled, use in conjunction with manual change notification control. If this is set to false you must call sync() explicitly.

Implementation

bool autoSync = true;