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