TaskSuspend
TaskSuspend[task] suspends the execution of the specified task.
Examples
task = SessionSubmit[ScheduledTask[Print["hello"], 1]];
TaskSuspend[task]
(* suspends the scheduled task *)Please visit the official Wolfram Language Reference for more details.