Last active
August 29, 2015 14:13
-
-
Save JRondeau16/58c9f1a8d203822cd9b5 to your computer and use it in GitHub Desktop.
Sitecore Scheduled Task Command Signature
This file contains hidden or 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
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