ATTRIBUTES

$hasRunComp

Indicates that a run has been completed. It is reset in "reset()" and "hasRunComp()" is a combined getter/setter. It is set at the end of `run_latex` of the main module. It is read in `run_onSuccessWarn` because only if set, the TEX file has been scanned for `pdfstandard` and it is really known whether to verify.

TBD: In the long run, parsing

%docMeta

bla

FUNCTIONS

reset()

Sets back `hasRunComp` and undefines `docMeta`, `metaPdfFlat` and `metaPdfXmp`.

hasRunComp()

A combined getter/setter for "$hasRunComp" Invoked without value returns the current value of the variable "$hasRunComp", with a parameter, it is a setter.

codMeta()

A combined getter/setter for "%docMeta"