option('window'); $this->info("Checking for scheduled interviews starting within next {$window} minutes..."); $count = $action->execute($window); $this->info("Successfully processed and dispatched reminders for {$count} interview session(s)."); return self::SUCCESS; } }