Our custom infrastructure monitoring application watches scheduled agents that run in production. There is no problem in LotusScript to cycle through databases and agents to get their state.
Some databases have set mentioned property, so agents are enabled, but don't run.
Can anybody give some clues, how to read this property in LotusScript, so our application could report such databases?
There is solution in technote, but it states it works only in 32 bit environment (Lotus Notes clients are only 32 bit, so it is sufficient). Unfortunately, our application runs in background on x64 Domino servers.
Edit: test in development environment was successful - snippet of code from technote does not crash on Windows x64 Domino and flag is reported correctly.