Domino OSGi Tasklet Service will be important in the future to develop Java based tasklets to run on the Domino servers.
When I read the documentation from OpenNTF I see a command to load the DOTS framework by ‘load dots’.
Everything runs fine, also my own tasklets.
But is there also a command to unload or stop the DOTS framework??
Domino OSGi Tasklet Service will be important in the future to develop Java based
Share
Common syntax to quit a task is to issue “tell [task] quit” command, so “tell dots quit” should work.