|
ScheduleManagerRemoveSchedule Method
|
Attempts to remove a
Schedule with the specified name if one exists.
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic bool RemoveSchedule(
string scheduleName
)
Public Function RemoveSchedule (
scheduleName As String
) As Boolean
public:
bool RemoveSchedule(
String^ scheduleName
)
member RemoveSchedule :
scheduleName : string -> bool
function RemoveSchedule(scheduleName);
View SourceParameters
- scheduleName String
- Name of the Schedule to be removed.
Return Value
Booleantrue if the
Schedule was removed; otherwise false.
See Also