Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JRondeau16/58c9f1a8d203822cd9b5 to your computer and use it in GitHub Desktop.
Save JRondeau16/58c9f1a8d203822cd9b5 to your computer and use it in GitHub Desktop.
Sitecore Scheduled Task Command Signature
public void Execute(Item[] items, Sitecore.Tasks.CommandItem command, Sitecore.Tasks.ScheduleItem schedule)
{
Sitecore.Diagnostics.Log.Info("My Sitecore scheduled task is being run!", this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment