Answers for "how to run schedule class in anonymous window"

0

how to run schedule class in anonymous window

scheduleSec  sch2 = new scheduleSec(); //Schedule apex class name
String sch = '0 0 8 13 2 ?'; //schedule interval time
system.schedule('One Time Pro', sch, sch2); //system method to schedule apex class
Posted by: Guest on June-06-2020

Browse Popular Code Answers by Language