Click or drag to resize

ScheduleManagerAddSchedule(String, String, String, Boolean) Method

Attempts to add a new Schedule.

Namespace: GSF.Scheduling
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+5a507085c1b79f1427cd1812b9c3c9c583c21079
Syntax
public bool AddSchedule(
	string scheduleName,
	string scheduleRule,
	string scheduleDescription,
	bool updateExisting
)
View Source

Parameters

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

Boolean
true if a new Schedule was added or an existing one was updated; otherwise false.
See Also