Delete a prune lock identified by its name. Returns true if the lock existed.
Synopsis
Declared in <node/blockstorage.h>
[[requires_capability(0x7fbc8f17b838), requires_capability(0x7fbca3f04d68), requires_capability(0x7fbcace16fb8), requires_capability(0x7fbca6c58c28), requires_capability(0x7fbcad3603c8), requires_capability(0x7fbc9fba2188)]]
bool
DeletePruneLock(std::string const& name);
Return Value
True if a lock with that name existed and was removed.
Parameters
Name |
Description |
name |
The name identifying the prune lock to delete. |
Created with MrDocs