Expand description
Tauri commands for the resource lock registry.
§Commands
locks_list— return active locks, optionally filtered by scope.lock_release_stale— manual last-resort override to release a specific lock by ID (e.g. for a stuck operation).
Structs§
- Lock
Scope Dto - IPC-friendly (camelCase) mirror of
LockScopeused as a command argument.
Functions§
- lock_
release_ stale - Manually release a specific lock by ID.
- locks_
list - Return all active locks, optionally filtered to those whose scope
intersects
scope.