ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Service functions
25 results
A service is a specific type of application intended to be run without any user intervention...
Ends the execution of the current service.
List of constants used by the functions for managing services.
List of functions for managing services
The Service variable is used to...
Restarts a paused service.
Sends a control message to a service.
Checks whether a service is installed.
Returns information regarding the configuration of a service.
Usage example of the ServiceInstall function
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
Returns the list of services found on the current computer or on the specified remote computer.
Modifies the configuration of a service according to the information given in the members of the Service variable.
Pauses a service.
Asks a service to re-read its configuration information.
Restarts a service (already started).
Starts a service.
Usage example of the ServiceStatus function
Returns the current status of a service.
Stops a service.
Uninstalls a service.
Pauses the current service during the specified duration.
Usage example of the ServiceWaitStatus function
Waits for a service to be in a specific status.
Writes an event into the log of Windows events.