You'll need the resource %Admin_Task to use task manager functions.
Once you have access to it, set up a class that extends %SYS.Task.Definition and override the OnTask() method. Then you can set it up in the task scheduler and it'll run the OnTask() method according to whatever schedule you set.
- Log in to post comments