Enum FirstAcceptStatus
Describes the possible statuses of a FirstAccept.
Syntax
public enum FirstAcceptStatus
Fields
Name | Description |
---|---|
DocTaken | Used when the FirstAccept document has been accepted by someone. |
Failed | Used when the FirstAccept document has been rejected by everyone. |
NotStarted | Used when the FirstAccept is not started yet. |
Pending | Used when the FirstAccept is in pending status. |
TimedOut | Used when the FirstAccept deadline expired. |