Depot Status
Revision as of 07:04, 25 January 2024 by Sam (talk | contribs) (Created page with "A depot file can have different states. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>DEPOT_STATUS_UNKNOWN</code> | style="text-align:center;" | 0 | The...")
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. |