Skip to main content

Module execution_store

Module execution_store 

Source
Expand description

Execution Store - Dual storage (.lino text + .links binary) for command execution records

Structs§

CleanupOptions
Options for cleanup_stale: max_age_ms (default 24h), dry_run
CleanupResult
Result of cleanup_stale: cleaned count, records, errors
ConsistencyResult
Result of consistency verification
ExecutionRecord
Command Execution Record
ExecutionRecordOptions
Options for creating an execution record
ExecutionStats
Execution statistics
ExecutionStore
ExecutionStore - Main store class for managing execution records
ExecutionStoreOptions
Options for creating an ExecutionStore
LockManager
File-based lock manager

Enums§

ExecutionStatus
Execution status

Functions§

get_default_app_folder
Get the default application folder path
is_clink_installed
Check if clink is installed