Files
homebox_lens/agent_promts/interfaces/task_source_interface.xml
2025-09-06 10:07:14 +03:00

8 lines
321 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Абстрактный контракт для любого источника задач.
Он гарантирует, что у любого источника будет метод GetNextPendingTask.
-->
<INTERFACE name="TaskSource">
<METHOD name="GetNextPendingTask" returns="WorkOrder"/>
</INTERFACE>