SYNCSTATE

SYNCSTATE

This structure defines the states for the replication state machine.

Quick Info

  typedef enum {
	LR_SYNC_IDLE = 0,
	LR_SYNC,				
	LR_SYNC_UPLOAD_HIERARCHY,		
	LR_SYNC_UPLOAD_FOLDER,			
	LR_SYNC_CONTENTS,		
	LR_SYNC_UPLOAD_TABLE,			
	LR_SYNC_UPLOAD_MESSAGE,					
	LR_SYNC_UPLOAD_MESSAGE_READ = 8,		
	LR_SYNC_UPLOAD_MESSAGE_DEL,		
	LR_SYNC_DOWNLOAD_HIERARCHY,		
	LR_SYNC_DOWNLOAD_TABLE,						
	LR_SYNC_DOWNLOAD_HEADER = 17
} SYNCSTATE;

See Also

About the Replication API

About the Replication State Machine

Constants for the Replication API