TaskExecute
TaskExecute[task] immediately executes an instance of the specified task, independently of any schedule given.
Examples
task = SessionSubmit[Print["Hello"]];
TaskExecute[task]TaskExecute[ScheduledTask[Print["Now"], 5]]Please visit the official Wolfram Language Reference for more details.