Created
May 27, 2023 17:21
-
-
Save Mycoola/1123a4d5a8fc8843b75aecb49819e4a8 to your computer and use it in GitHub Desktop.
FutureClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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