pub fn mark_driver_in_progress(specs_dir: &Path, member_id: &str) -> Result<()>Expand description
Mark a driver spec as in_progress when one of its members starts work.
Convenience wrapper that always marks the driver. For conditional marking,
use mark_driver_in_progress_conditional.