alias StopRunCallback
Run actions just before the end of the typesetting run.
This callback replaces the code that prints LuaTeX's statistics and “output written to” messages. The engine can still do housekeeping and therefore you should not rely on this hook for postprocessing the PDF or log file.
Reference:
- Corresponding C source code: mainbody.c#L609
- Corresponding C source code: dvigen.c#L1447
- Corresponding C source code: pdfgen.c#L2243
😱 Types incomplete or incorrect? 🙏 Please contribute!