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!
Stopping OA from UI when running as service....
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Stopping OA from UI when running as service....
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
You can use the CTRL function system() to execute these commands.
Best Regards
Leopold Knipp
Senior Support Specialist