I hereby claim:
- I am mkdjns on github.
- I am mkdjns (https://keybase.io/mkdjns) on keybase.
- I have a public key ASBSNtSxLbK0q7UAnwJzIzD2TF8kZU5pzIHLzZZC0xDC4go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
public with sharing class BatchExecutor { | |
public enum ExecuteStep {Job1, Job2}; | |
public static string RunJob(ExecuteStep completedStep){ | |
string jobId; | |
if(completedStep == ExecuteStep.Job1){ | |
jobid = Database.executeBatch(new reallyImportantWork(), 200); |