Package com._1c.g5.v8.derived
Interface IDerivedDataServiceLockController
public interface IDerivedDataServiceLockController
Locks the process of the derived data calculation/additional task pipeline processing. Locked derived data service
still accepts BM events and registers affected DD parts in the derived data calculation roadmap,
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if there are no active builds at the moment.boolean
Checks if the application infrastructure is ready for the derived data facility to operate.
-
Method Details
-
isInfrastructureReady
boolean isInfrastructureReady()Checks if the application infrastructure is ready for the derived data facility to operate.- Returns:
- True if the infrastructure is available and alive; false otherwise.
-
areBuildsFinished
boolean areBuildsFinished()Check if there are no active builds at the moment.- Returns:
- True if the are no builds in the system at the moment.
-