Click or drag to resize

CalloutStatus Enumeration

A callout status.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Route
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum CalloutStatus
Members
  Member nameValueDescription
NotSent0 The not sent
Waiting1 The waiting
Sent2 The sent
Received3 The received
Complete4 The complete
Rejected5 The rejected
UnAssigned6 The un assigned
See Also