Forums

Schedule log

Is it possible to read the schedule log file from my Python script?

It's not, unfortunately. The easiest thing to do is probably to write to a file from the scheduled task and then read from that instead.

Thanks giles.

No problem!