|   | ServiceHelperRemoveScheduledProcess Method | 
        
        
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool RemoveScheduledProcess(
	string processName
)
Public Function RemoveScheduledProcess ( 
	processName As String
) As Boolean
public:
bool RemoveScheduledProcess(
	String^ processName
)
member RemoveScheduledProcess : 
        processName : string -> bool function RemoveScheduledProcess(processName);
Parameters
- processName  String
- Name of the scheduled ServiceProcess to be removed.
Return Value
Booleantrue is the scheduled 
ServiceProcess is removed, otherwise false.
 See Also
See Also