!7 cmodule SystemQueueSize > DynBigNumber { start { doEvery(1.0, r update); } void update enter { setValue(or(rcall size(dm_getSystemQ()), "?")); } }