Skip to main content

marker_is_pending

Function marker_is_pending 

Source
pub fn marker_is_pending(marker: &Path) -> bool
Expand description

Whether a marker names a run still to recover.

It exists and is not a finished one. A finished marker that could not be removed is residue, never a pending run, so it blocks nothing. Only an absent marker reads as not pending; a marker that exists and cannot be read is pending, because nothing proves it finished.