IServiceManager.

Restart(string, string, int) Method

Summary

Restarts a named service
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
IServiceManager

Syntax

bool Restart(string name, string computer = "", int timeout = 60000)

Parameters

Name Type Description
name string The name that identifies the service to the system.
computer string The computer on which the service resides.
timeout int The duration to wait for the command to complete.

Return Value

Type Description
bool If the service was restarted.