|
|
|
|
Service management functions
The following functions are used to manage services:
Related Examples:
|
Training (WINDEV): WD Service
[ + ] This example presents the creation of a "service" application with WINDEV. Summary of the example supplied with WINDEV: A service is a resident program the can operate outside a Windows session (the application is started before the Windows "Login"). In most cases, this type of application has no interface (no window) For example, a service can be a processing robot (automation of a batch process). This example explains how a 'Service' program can be created in WINDEV.
|
|
Unit examples (WINDEV): The Service functions
[ + ] Using the ServiceXXX functions to: - list the services installed - start a service - stop a service - pause and restart a service. The service functions are available for the local computer and for a remote computer. Note: To use the services of a remote computer, you must have the administrator rights on this computer.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|