The pro SDK is very strong and we like to use it as a server to do some jobs.
Unlike ArcObjects it does not run outside Pro (Except the geodatabase library).
The RunTime does not always give a solution plus we need to program with other libraries.
First, is this allowed by the license (for ArcObjects we needed a server license).
I am thinking about a few options.
1) Install a pro on the server that have an extension that check some files in a directory and process them. A window service will run the pro once in a while. Is it possible to close Pro from within the SDK (close myself)?
2) Running pro manually and press a button that run a timer or open a port for messages that will trigger the action and just keep it open.
Any ideas?
Thanks