Enum ChecklistEntryState
List of state conditions for a check list entry as the connectivity checks are carried out.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum ChecklistEntryState
Fields
Name | Description |
---|---|
Failed | A check has been sent for this pair, and it failed (a response to the check was never received, or a failure response was received). |
Frozen | A check for this pair has not been sent, and it cannot be sent until the pair is unfrozen and moved into the Waiting state. |
InProgress | A check has been sent for this pair, but the transaction is in progress. |
Succeeded | A check has been sent for this pair, and it produced a successful result. |
Waiting | A check has not been sent for this pair, but the pair is not Frozen. |