|
ScheduleManagerAddSchedule(String, String, String, Boolean) Method
|
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax function AddSchedule(scheduleName, scheduleRule, scheduleDescription, updateExisting);
View SourceParameters
- scheduleName String
- Name of the new Schedule.
- scheduleRule String
- Rule of the new Schedule.
- scheduleDescription String
- Description of the new Schedule.
- updateExisting Boolean
- true to update existing Schedule with the specified scheduleName; otherwise false.
Return Value
Booleantrue if a new
Schedule was added or an existing one was updated; otherwise false.
See Also