|
PeanutButter
|
Commandline options for services which are implemented via ServiceShell. More...
Properties | |
| bool | Install [get, set] |
| Instructs the service to install itself. | |
| bool | Uninstall [get, set] |
| Instructs the service to uninstall itself. | |
| bool | RunOnce [get, set] |
| Instructs the service to run one round of operations and then exit. | |
| bool | Debug [get, set] |
| Instructs the service to run continually, with logging set to ALL. | |
| int | Wait [get, set] |
| Instructs the service to wait this many seconds before actually doing a round of work for RunOnce. | |
| bool | ShowVersion [get, set] |
| Instructs the service to display its current version. | |
| bool | StartService [get, set] |
| Instructs the service to start itself, if it is registered. | |
| bool | StopService [get, set] |
| Instructs the service to stop itself, if it is registered. | |
| bool | ManualStart [get, set] |
| Instructs the service to install with manual startup, when invoked to install itself. | |
| bool | Disabled [get, set] |
| Instructs the service to install itself disabled, when invoked to install itself. | |
Commandline options for services which are implemented via ServiceShell.
|
getset |
Instructs the service to run continually, with logging set to ALL.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to install itself disabled, when invoked to install itself.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to install itself.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to install with manual startup, when invoked to install itself.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to run one round of operations and then exit.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to display its current version.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to start itself, if it is registered.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to stop itself, if it is registered.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to uninstall itself.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.
|
getset |
Instructs the service to wait this many seconds before actually doing a round of work for RunOnce.
Implemented in PeanutButter.ServiceShell.ServiceCommandlineOptions.