Enum ServiceAgreementStatus
Defines different lifecircle statuses of a service level agreement.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ServiceAgreementStatus
Fields
Name | Description |
---|---|
Active | Indicates that agreement is complete and immutable. If its start time is in the past, it is implemented and monitored by the runtime. |
Draft | Indicates that agreement is still work in progress and not ready for deployment yet. All its properties can be modified. |
Retired | Indicates that agreement has been retired and not monitored anymore. The reason to keep it in the system is to be able to see historical data. |