public void execute(QueueableContext context)
 {
     // Your processing logic here
     // Chain this job to next job by submitting the next job
     System.enqueueJob(new SecondJob());
 }
Beispiel #2
0
 public void execute(QueueableContext context)
 {
     throw new global::System.NotImplementedException("Queueable.Execute");
 }