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