10-11-2022, 04:03 PM
(10-11-2022, 04:01 PM)Tim Curtis Wrote: Check the value of the "worker ready" param. It's set to '0' at the beginning of moOde startup and '1' after startup has completed. It corresponds the entry "Ready" at the end of the moOde startup log.
Code:moodeutl -q "select value from cfg_system where param='wrkready'"
Perfect, thank you very much!