Stopping OA from UI when running as service....

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
Flick
Posts:6
Joined: Fri Jan 15, 2016 11:42 am

Stopping OA from UI when running as service....

Post by Flick »

Hey, we need our app to auto start. So we played around with a few options and found running OA as a service the best way to get the behaviour we want. Now we want to be able to stop the project from the UI. Is it possible to initiate a project stop (same as the traffic lights on the console) from the UI? We are currently working in v3.16.

Thanks for you time!

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Stopping OA from UI when running as service....

Post by leoknipp »

A Windows Service can be started and stopped with the net start <service> and net stop <service> command.
You can use the CTRL function system() to execute these commands.

Best Regards
Leopold Knipp
Senior Support Specialist

2 posts • Page 1 of 1