Writing Custom C# Apps Against OpenSpan DLLs?
I'd like to check the feasibility of writing a Windows service that monitors the OpenSpan runtime to tell when:
- Runtime starts or stops
- An automation project is loaded, starts, or stops
- Which automation project is loaded
And things of that nature, so that either alerts can be sent or actions taken. However, there is no documentation (that I know of) about how to program utilities against the OpenSpan DLLs to work with runtime. Is there such documentation?
Also, the above scenario is what I'm looking at now but I'm always looking and brainstorming ways to make DevOps easier. Has anyone else made apps or services like this? Any tips or guidance offered is much appreciated.