Depot Status
Jump to navigation
Jump to search
A depot file can have different states.
| Name | Value | Meaning |
|---|---|---|
DEPOT_STATUS_UNKNOWN
|
0 | The status is not known. You should never see this. |
DEPOT_STATUS_OPEN
|
1 | The depot is open and being written to. |
DEPOT_STATUS_CLOSED
|
2 | The depot file is no longer being written to. |
DEPOT_STATUS_DELETED
|
3 | The depot has been marked for deletion. |
DEPOT_STATUS_MOVING
|
4 | The depot is being moved from one location to another. |
DEPOT_STATUS_CONSOLIDATING
|
5 | The depot is being merged with another depot. |
DEPOT_STATUS_FULL
|
6 | The depot has reached its maximum size. |