Package com._1c.g5.v8.internal.derived
Interface IWorker
public interface IWorker
Performs processing of DD tasks, reports on performed work.
-
Method Summary
-
Method Details
-
perform
boolean perform()Perform a DD task.- Returns:
- True in case if a work was performed; false if there was no work to perform.
-