Click or drag to resize

ServiceHelperUnscheduleProcess Method

Unschedules an existing ServiceProcess scheduled for automatic execution.

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

Parameters

processName  String
Name of the ServiceProcess to be unscheduled.

Return Value

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