SyncLog

Contains synchronization log entries for a user.

Structure
{
     long startTime; 
     long endTime; 
     unsigned int seconds; 
     string errorMessage; 
};
Fields
  • startTime   The synchronization start time.

  • endTime   The synchronization end time.

  • seconds   The duration of the synchronization in seconds.

  • errorMessage   Generated error messages. INTERNAL – In future releases, may not be backward compatible or may not be supported at all.

Returns

The information is an array of SyncLog structures.