Class SyncResult
java.lang.Object
com.inductiveautomation.ignition.gateway.gan.sync.SyncResult
Represents the result of a sync operation. Uses quality code to allow for fuller details if the QC has diagnostic
info on it, but is otherwise mostly just "Good" or "Bad".
If the result is good, it will also have the sync id to be used for the next operation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SyncResult
failure
(QualityCode code) long
static SyncResult
success
(long syncId)
-
Method Details
-
failure
-
success
-
getResult
-
getNextId
public long getNextId()
-