wo14580
wo14580
Since moodle 4.0 the method print_error is deprecated. [Here](https://tracker.moodle.org/browse/MDL-71062) is the moodle tracker related. This PR replace all the occurence of print_error by a moodle_exception.
I noticed they were missing the prefix"on" on 2 enum variables of the NativeEvents. I can't create an issue so I create a PR instead. Thank you
Hi, We're encountering a minor issue with the `\local_o365\task\coursesync` task. Our `task_scheduled_max_runtime` is configured for 30 minutes, but the script execution time ranges from 20 minutes to over 30 minutes....