Data Port Sync 1.0.500

TrackProgressState Enumeration

[This is preliminary documentation and subject to change.]

Possible states for the data tracking process.

[Visual Basic]
Public Enum TrackProgressState
[C#]
public enum TrackProgressState

Members

Member Name Description
None Data tracking is not started.
Started Data tracking has started.
Progress Data tracking is progressing. This state is used when a new table is processed.
RowChanged A changed row was detected. It can either be new, updated or deleted.
Finished The data tracking process finished.

Requirements

Namespace: Primeworks.DataPortSync

Assembly: DataPortSync (in DataPortSync.dll)

See Also

Primeworks.DataPortSync Namespace