Skip to content

Instantly share code, notes, and snippets.

@mtetlow
Created July 24, 2014 14:53
Show Gist options
  • Save mtetlow/ce57865e1cb236002feb to your computer and use it in GitHub Desktop.
Save mtetlow/ce57865e1cb236002feb to your computer and use it in GitHub Desktop.
global class dailySummary implements Schedulable
{
global void execute(SchedulableContext ctx)
{
execFn();
}
public void execFn(){
//Do stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment