|   | ServiceHelperScheduleProcess(String, String, Boolean) Method | 
        
        
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool ScheduleProcess(
	string processName,
	string scheduleRule,
	bool updateExistingSchedule
)
Public Function ScheduleProcess ( 
	processName As String,
	scheduleRule As String,
	updateExistingSchedule As Boolean
) As Boolean
public:
bool ScheduleProcess(
	String^ processName, 
	String^ scheduleRule, 
	bool updateExistingSchedule
)
member ScheduleProcess : 
        processName : string * 
        scheduleRule : string * 
        updateExistingSchedule : bool -> bool function ScheduleProcess(processName, scheduleRule, updateExistingSchedule);
Parameters
- processName  String
- Name of the ServiceProcess to be scheduled.
- scheduleRule  String
- Rule that defines the execution pattern of the ServiceProcess.
- updateExistingSchedule  Boolean
- true if the ServiceProcess is to be re-scheduled; otherwise false.
Return Value
Booleantrue if the 
ServiceProcess exists and is scheduled or re-scheduled, otherwise false.
 See Also
See Also