AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de servicios
  • Operating mode
  • Limitations
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ServicePause (Function)
In french: ServicePause
Pauses a service.
Example
// Pauses the service found in TABLE_Service
IF ServicePause(COL_Name[TABLE_Service]) = False THEN
Error(ErrorInfo(errMessage))
END
Syntax
<Result> = ServicePause(<Service name> [, <Remote computer>])
<Result>: Boolean
  • True if the pause was requested,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Service name>: Character string
Name of the service to pause.
<Remote computer>: Optional character string
IP address of the remote computer in xxx.xxx.xxx.xxx format (returned by NetIPAddress) or name of the remote computer (returned by NetMachineName). This parameter is used to pause a service on another computer. To use this option, the user must be administrator of remote computer.
If this parameter is not specified or if it corresponds to an empty string (""), the service is handled locally.
Remarks
WINDEVWEBDEV - Server codeReports and QueriesWindowsUser code (UMC)Ajax

Operating mode

ServicePause sends a request to the service manager for pausing the service. This operation may not be performed immediately. To find out the status of the service, use ServiceWaitStatus.

Limitations

  • Some services do not manage the pause status.
Component: wd290std.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local