Cfschedule results

It would seem from the docs that one could retrieve status variables after executing cfschedule by naming a result variable in the cfschedule tag and then calling something like MyResults.StartTime afterwards.
I just get an error saying MyResults doesn’t exist.
Any ideas?

tx,
km

Don’t forget to tell us about your stack!

OS: Win Server 2019 (on AWS)
Java Version: 11.0.7 (AdoptOpenJDK) 64bit
Tomcat Version: 9.0.35
Lucee Version: 5.3.7.47

@KludgeMaker, Yes, it throws an error like The key [RES] does not exist. Because the result attribute only works with Cfschedule action=" list". Other actions don’t work with the result attribute.