Indicates if this schedule should execute once, or more than once within its recurrence period.
Syntax
public System.bool RepeatEvery {get; set;}
Property Value
True if the schedule should repeat (e.g. repeat every hour) or
False if it should only execute once on it's scheduled time.