Click or drag to resize

MessageState Enumeration

Identifies the status of a message

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum MessageState
Members
  Member nameValueDescription
New0 The message has never been received by the system
Active1 The message has been received by the system and is in process
Complete2 The message has been received by the system and processing is complete
See Also