public class BGSyncStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
endTime
End time of last sync in milliseconds since the standard base time of
January 1, 1970, 00:00:00 GMT. 0 if the sync is currently
in progress or has yet run.
|
java.lang.Throwable |
lastError
Exception object thrown during the last sync. null if last sync was
successful or no sync has completed yet.
|
int |
prio
Sync priority of current or last sync.
|
int |
progressStage
Progress stage of sync if it is in progress, N/A otherwise.
|
int |
progressVal
Progress value in % of sync if it is in progress, N/A otherwise.
|
java.lang.String[] |
pubs
Array of names of publications synced currently or during last sync.
|
long |
startTime
Start time of current or last sync in milliseconds since the standard
base time of January 1, 1970, 00:00:00 GMT. 0 if the sync has not yet
started or the last sync time is not known.
|
public final long endTime
startTime
,
Date
public final java.lang.Throwable lastError
public final int prio
OSESession
public final int progressStage
OSEProgressListener
public final int progressVal
OSEProgressListener
public final java.lang.String[] pubs
public final long startTime
Date