Querying a task
How do I programatically query a task set up in the task manager? I need to know the code being executed.
Thanks
Product version: Caché 2018.1
Discussion (2)0
Comments
You could start with
select * from %SYS.Taskand look at the TaskClass column, this gives you the entry point for a given task.
Thank you Julius