scheduler_run_once

Run the scheduler once

Description

Checks for due tasks and executes them.

Usage

scheduler_run_once(agent_id = "main", config = NULL, verbose = TRUE)

Arguments

  • agent_id: Agent identifier
  • config: Config list
  • verbose: Print status messages

Value

Number of tasks executed