Skip to main content

Class ErpSyncEngineStatus

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpSyncEngineStatus. Status of the Sync engine

Inheritance

objectCarrierErpSyncEngineStatus

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ErpSyncEngineStatus()

Default constructor - defaults any enum props to 0.

Properties

Interval

The interval for each iteration of the sync engine

Property Value

TimeSpan

IsRunning

Is the engine currently running

Property Value

bool

StatusMessage

Current status message from the engine

Property Value

string

See Also

ErpSyncAgent