SendStatusDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents the status of a send operation.
public enum SendStatusDto
Inheritance Object → ValueType → Enum → SendStatusDto
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description | 
|---|---|---|
| Pending | 0 | The send operation is pending | 
| Sent | 1 | The send operation was successful | 
| Error | 2 | The sender operation failed |