Package Thor.API.Operations
Interface RemoteManagerOperationsIntf
- All Superinterfaces:
tcUtilityOperationsIntf
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isRMRunning
(com.thortech.xl.remotemanager.RMSData rmsData) Checks wheather the Remote Manager is running.Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant
-
Method Details
-
isRMRunning
Checks wheather the Remote Manager is running.- Parameters:
rmsData
- Data object for Remote Manager.- Returns:
- true if the Remote Manager is running.
- Throws:
tcAPIException
-