sdsIsRunning

sdsIsRunning(): Boolean;

The sdsIsRunning method of the JadeDatabaseAdmin class, valid at the primary and secondary systems or RPS nodes, returns true if SDS is running (that is, initialized and active) on the JADE system.

On a primary database, you can stop the SDS service by calling the sdsStopService method at the primary database server (or by using the SDS Administration application Stop Service command from the Primary menu, documented under "Stopping a Synchronized Database Service", in Chapter 1 of the JADE Synchronized Database Service (SDS) Administration Guide).

When the SDS service is stopped, the sdsIsRunning method returns false.

Although the sdsIsInitialized method returns false if the system is not SDS-capable, the sdsIsRunning method also takes that into account, so you do not need to call both the sdsIsInitialized and sdsIsRunning methods.