Click or drag to resize
Infosoft Logo

CommunicationState Enumeration

An enum indicating the state of a communication

Namespace: Infosoft.Common.Contracts.DataContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum CommunicationState
Members
Member nameValueDescription
Unhandled0 Indicates that the communication has yet to be handled. Incoming communications start as such.
InProgress1 Indicates that the communicaiton is being processed and is locked for processing by other actors/participants
Completed2 Indicates that the communicaiton has completed processing. Outgoing communications usual are only in this state while Ingoing communications usualy ends up in this state
See Also