Click or drag to resize

ProposalStatus Enumeration

Proposal Statuses.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public enum ProposalStatus
Members
Member nameValueDescription
Unknown0 Unsupported value; don't use
Draft1 Approval process hasn't started yet
Pending2 Approval is in progress
Approved3 Proposal approved - terminal status
Rejected4 Proposal rejected - terminal status
Insufficient5 No more approvers; and there was approval from actor with sufficient authority
DraftWaiting6 Found Work - Draft - Waiting to be submitted
SubmittedWaiting7 Found Work - Submitted - Waiting for Approval
RejectedByCustomer8 Found Work - Rejected by Customer
RejectedByServiceProvider9 Found Work - Rejected by Service Provider
See Also