示例#1
0
 public string scheduleBatch(Batchable batchable, string jobName, int minutesFromNow, int scopeSize) =>
 NotImplemented.scheduleBatch(batchable, jobName, minutesFromNow, scopeSize);
示例#2
0
 public static string scheduleBatch(Batchable batchable, string jobName, int minutesFromNow, int scopeSize)
 {
     return(Implementation.scheduleBatch(batchable, jobName, minutesFromNow, scopeSize));
 }
示例#3
0
 public static string executeBatch(Batchable batchable)
 {
     return(Implementation.executeBatch(batchable));
 }