diff --git a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt index dee47ba2..55678203 100644 --- a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt +++ b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt @@ -79,6 +79,8 @@ class ActionScheduler : AbstractAgentModule.Standalone() { }) } + // TODO any implementations of Action should be record into ActionCore + // TODO the method in ActionCapability should be compatible with different Action types fun schedule(input: Set) = schedulerScope.launch { for (schedulableData in input) { if (!schedulableData.enabled) {