Skip to main content

Module locks_cmd

Module locks_cmd 

Source
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§

LockScopeDto
IPC-friendly (camelCase) mirror of LockScope used 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.