Guest User

Untitled

a guest
Jan 16th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public class QueueableClass2 implements Queueable {
  2. public void execute(QueueableContext context) {
  3. System.debug('This is my second Queueable job that can be chained upto 50 jobs, but only 5 jobs in DEV/Trail environments');
  4. }
  5. }
Add Comment
Please, Sign In to add comment