cloudmesh.mongo.WindowsService
¶
Module Contents¶
Classes¶
-
class
cloudmesh.mongo.WindowsService.
WindowsService
¶ Bases:
object
-
static
delete
(name='MongoDB')¶ deletes the named service
- Parameters
name –
- Returns
-
static
status
(name='MongoDB')¶ returns the status of the named service
- Parameters
name –
- Returns
-
abstract static
stop
(name='MongoDB')¶ sops the named service
- Parameters
name –
- Returns
-
static
list
()¶ lists the names of the running services :return:
-
abstract static
uninstall
(name=None)¶ uninstalls the named package. The name should be the msi :param name: :return:
-
static
-
cloudmesh.mongo.WindowsService.
status
¶