I'm tinkering with a plugin that periodically sends information to the printer's LCD display. I'd like to be able to tell if another plugin (DisplayLayerProgress) is also installed, because I could have my plugin do something extra with information which I can get from event payloads.
Is there a way to determine at (or shortly after) startup if a particular plugin is present or not, so I can set up my data structures appropriately? Some test I can use in on_startup() or, better, on_after_startup()?