Expand description
Stores persistent status snapshots to restore basic UI state across application launches.
Tracks the current sync progress, folder-level status, error history, and recent queue events. The state file is written atomically so a crash mid-write never corrupts the snapshot.
Structs§
- AppState
- Contains shared progress counters exposed to the settings window.
- Folder
Sync Status - Represents the status of an individual watch folder.
- Queue
Event - Represents a rolling queue/event status used by the settings window inspector.
- State
Manager - Helper that reads and writes redacted app states to disk.
- Transfer
Snapshot - Snapshot describing currently executing and active file transfers.
Enums§
- Transfer
Direction - Target movement direction of active transfers.
Functions§
- unix_
timestamp_ 🔒now - Return current epoch timestamp.