It does Dave, but it also (momentarily) shows other info like Done: xxxxx
(see GIF below)
This is (relatively) easy to capture also (without polling)...

[{"id":"591a56224f88062c","type":"cronplus","z":"bec69dbd.8d622","name":"4 schedules","outputField":"payload","timeZone":"","persistDynamic":false,"commandResponseMsgOutput":"output2","outputs":2,"options":[{"name":"schedule1","topic":"schedule1","payloadType":"default","payload":"","expressionType":"cron","expression":"0 0 11 * * ? *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"schedule2","topic":"schedule2","payloadType":"default","payload":"","expressionType":"cron","expression":"0 0 7 * * ? *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"schedule3","topic":"schedule3","payloadType":"default","payload":"","expressionType":"cron","expression":"0 0 4 * * ? *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"schedule4","topic":"schedule4","payloadType":"default","payload":"","expressionType":"cron","expression":"0 0 8 * * ? *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":950,"y":1700,"wires":[["3fd8d85705e239a6","28d9c59aa18e7efc"],["48a136f34f3ca57b"]]},{"id":"9dc73aeb28848ea0","type":"inject","z":"bec69dbd.8d622","name":"status-all","props":[{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"status-all","payloadType":"str","x":520,"y":1700,"wires":[["dad662673acb025a"]]},{"id":"eac3f4b63cf580ee","type":"function","z":"bec69dbd.8d622","name":"get next to run","func":"if (msg.payload.result && msg.payload.result.length) {\n\n const sorted = msg.payload.result.sort(function (a, b) {\n if (a.status.nextDate < b.status.nextDate) return -1;\n if (a.status.nextDate > b.status.nextDate) return 1;\n return 0;\n });\n\n if (sorted && sorted.length) {\n msg.payload = {\n config: sorted[0].config,\n status: sorted[0].status\n } \n return msg;\n }\n\n}","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1020,"y":1780,"wires":[["31de359bc693742e"]]},{"id":"31de359bc693742e","type":"debug","z":"bec69dbd.8d622","name":"Next to run","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload.config.name","statusType":"msg","x":1210,"y":1780,"wires":[]},{"id":"48a136f34f3ca57b","type":"switch","z":"bec69dbd.8d622","name":"status-all command response?","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"status-all","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":770,"y":1780,"wires":[["eac3f4b63cf580ee"]]},{"id":"b74ae0acba34c49a","type":"inject","z":"bec69dbd.8d622","name":"","props":[{"p":"topic","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"trigger","payload":"schedule1","payloadType":"str","x":740,"y":1640,"wires":[["591a56224f88062c"]]},{"id":"dad662673acb025a","type":"change","z":"bec69dbd.8d622","name":"set topic status-all","rules":[{"t":"set","p":"topic","pt":"msg","to":"status-all","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":730,"y":1700,"wires":[["591a56224f88062c"]]},{"id":"e6fc5cfe51bdf45a","type":"link in","z":"bec69dbd.8d622","name":"","links":["3fd8d85705e239a6"],"x":555,"y":1660,"wires":[["dad662673acb025a"]]},{"id":"3fd8d85705e239a6","type":"link out","z":"bec69dbd.8d622","name":"","links":["e6fc5cfe51bdf45a"],"x":1075,"y":1660,"wires":[]},{"id":"28d9c59aa18e7efc","type":"debug","z":"bec69dbd.8d622","name":"Schedule","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1200,"y":1700,"wires":[]}]