|   | ServiceHelperUnscheduleProcess Method | 
        
        
            Unschedules an existing 
ServiceProcess scheduled for automatic execution.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- processName  String
- Name of the ServiceProcess to be unscheduled.
Return Value
Booleantrue if the scheduled 
ServiceProcess is unscheduled, otherwise false.
 See Also
See Also