Skip to content

Instantly share code, notes, and snippets.

@Mycoola
Created May 27, 2023 17:21
Show Gist options
  • Save Mycoola/1123a4d5a8fc8843b75aecb49819e4a8 to your computer and use it in GitHub Desktop.
Save Mycoola/1123a4d5a8fc8843b75aecb49819e4a8 to your computer and use it in GitHub Desktop.
FutureClass
global class FutureClass
{
@future
    public static void myFutureMethod()
{
// Perform some operations
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment