Enum write_status

Enum Documentation

enum rcppsw::metrics::write_status

Status of attempts to write metrics to the filesystem. Used to correctly triage I/O errors.

Values:

enumerator ekNO_ATTEMPT

No write was attempted this timestep.

enumerator ekFAILED

A write was attempted, but was unsuccessful this timestep.

enumerator ekSUCCESS

A write was attempted and was successful this timestep.