dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 959 forks source link

Get the result of the called function #501

Closed Vponed closed 2 years ago

Vponed commented 2 years ago

def func(): return "result"

SijmenHuizenga commented 2 years ago

There is no way to get the return value of a job.