//! Application Timeline record — in-focus duration and user input time per app.
//!
//! Source table: `{7ACBBAA3-D029-4BE4-9A7A-0885927F1D8F}` in SRUDB.dat.
//!
//! Available since Windows 10 Anniversary Update (1607).
use Timestamp;
use ;
/// One SRUM Application Timeline record: active engagement time per app
/// per ~1-hour interval.
///
/// Forensic value: distinguishes passive background execution (high CPU in
/// `AppUsage`, zero `focus_time_ms` here) from active user interaction. A
/// shell spawned by malware shows CPU cycles in `AppUsage` but no focus or
/// input time here.