Package DE_EPAGES::Installer::API::Service
Functions for starting/stopping epages services.
@EXPORT_OK |
Functions
ExistsService
Returns true if the specified service exists on the current machine.
Syntax |
$Exists = ExistsService( $ServiceName ); |
Example |
StopService( 'webServer' ) if ExistsService( 'webserver' ); |
Input |
|
Return |
|
StartService
Starts one of the epages services. Stops and restarts the service if it is already running.
Syntax |
StartService( $ServiceName ); |
Example |
StartService( 'webserver' ); |
Input |
|
Return |
|
StopService
Stops one of the epages services.
Syntax |
StopService( $ServiceName ); |
Example |
StopService( 'webserver' ); |
Input |
|
Return |
|