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