If the current count is equal to zero, return. Otherwise, atomically decrement the count by one and return true.
true if the count was above zero and false if not.
SyncException on error.
See Implementation
If the current count is equal to zero, return. Otherwise, atomically decrement the count by one and return true.