|
ServiceHelperUnscheduleProcess Method
|
Unschedules an existing
ServiceProcess scheduled for automatic execution.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic bool UnscheduleProcess(
string processName
)
Public Function UnscheduleProcess (
processName As String
) As Boolean
public:
bool UnscheduleProcess(
String^ processName
)
member UnscheduleProcess :
processName : string -> bool
function UnscheduleProcess(processName);
View SourceParameters
- processName String
- Name of the ServiceProcess to be unscheduled.
Return Value
Booleantrue if the scheduled
ServiceProcess is unscheduled, otherwise false.
See Also