Detecting if add-in task is running

Hi,I have written an extension manager which has to check if an add-in task I have created is running, and if yes, has to do some work. Right now, to detect if the task is running I am using shared memory. However, I find this messy. Does Domino support any API to query if an add-in task is running? Please help.

Subject: RE: Detecting if add-in task is running

You could use NSFRemoteConsole to issue a “show tasks” command and parse the output for your add-in task