Click or drag to resize

ServiceHelperScheduleProcess(String, String) Method

Schedules an existing ServiceProcess for automatic execution.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public bool ScheduleProcess(
	string processName,
	string scheduleRule
)
View Source

Parameters

processName  String
Name of the ServiceProcess to be scheduled.
scheduleRule  String
Rule that defines the execution pattern of the ServiceProcess.

Return Value

Boolean
true if the ServiceProcess exists and is scheduled, otherwise false.
See Also