Expand description
Script execution history tracking. History module for nrs.
Tracks script execution history per project for recent sorting and quick rerun functionality.
Structs§
- History
- Global history storage.
- Project
History - History for a project.
- Script
History - History for a single script.
Constants§
- DEFAULT_
MAX_ PROJECTS - Default maximum number of projects to track.
- DEFAULT_
MAX_ SCRIPTS - Default maximum number of scripts per project.