|
ServiceHelperRemoveProcess Method
|
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
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);
View SourceParameters
- processName String
- Name of the ServiceProcess to be removed.
Return Value
Booleantrue if the
ServiceProcess exists and is removed, otherwise false.
See Also