Class AgentIdleTasksExecutor

    • Method Detail

      • addRecurringTask

        public void addRecurringTask​(@NotNull
                                     AgentIdleTasks.Task task)
        Description copied from interface: AgentIdleTasks
        Adds new task which should be executed periodically when agent becomes idle. If there is another task with the same name, it will be replaced with new task.
        Specified by:
        addRecurringTask in interface AgentIdleTasks
        Parameters:
        task - the task to execute
      • schedulTasksNow

        public void schedulTasksNow()
      • dispose

        public void dispose()
      • isDisposed

        public boolean isDisposed()