Click or drag to resize

ServiceHelperRemoveScheduledProcess Method

Removes an existing ServiceProcess from the ServiceHelper that is scheduled for automatic execution.

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

Parameters

processName  String
Name of the scheduled ServiceProcess to be removed.

Return Value

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