|
ScheduleManagerAddSchedule(String, String, Boolean) Method
|
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntaxfunction AddSchedule(scheduleName, scheduleRule, updateExisting);
View SourceParameters
- scheduleName String
- Name of the new Schedule.
- scheduleRule String
- Rule 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