Jason
0
Q:

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
0

New to Communities?

Join the community