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