Automatically Inserting a Task into ScheduledTasks in UmbracoSettings.config
Hello,
I'm creating an Umbraco Package and wondered if it was possible to add a new task in the ScheduledTasks section below.
<scheduledTasks>
<!-- add tasks that should be called with an interval (seconds) -->
<!-- <task log="true" alias="test60" interval="60" url="http://localhost/umbraco/test.aspx"/>-->
Would this be done in Package Actions and if so how would the code look?
Automatically Inserting a Task into ScheduledTasks in UmbracoSettings.config
Hello,
I'm creating an Umbraco Package and wondered if it was possible to add a new task in the ScheduledTasks section below.
Would this be done in Package Actions and if so how would the code look?
Thanks
Paul
Found the solution.
I did have to create a package action. Wasn't easy to find as the package documentation link was broken in the backoffice.
As you did ask for the code and marked your own answer as the solution, you could at least have posted the code on how to create a package action ;-)
Otherwise this topic won't have any use for others searching for a solution.
That would be helpful wouldn't it.
is working on a reply...