Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created January 13, 2024 15:01
Show Gist options
  • Save TheShubhamVsnv/0e3b546021b305ab29b087edc6111b82 to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/0e3b546021b305ab29b087edc6111b82 to your computer and use it in GitHub Desktop.
// Apex Class with Static Variable
public class RecursionHandler {
public static Boolean runOnce = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment