|
enum Status { |
|
Absent, // The item is not in the registry. |
|
Registered, // The item is in the registry. |
|
RegistrationRequested, // The item has a request to be added to the registry. |
|
ClearingRequested // The item has a request to be removed from the registry. |
|
} |
It seems to me that Absent is not conclusive?