Click or drag to resize
IWindowsService Properties

[This is preliminary documentation and is subject to change.]

The IWindowsService type exposes the following members.

Properties
  NameDescription
Public propertyStringDescription
Service's description
Public propertyInt32Errors
An error counter on the windows service
Public propertyInt64Id
The Id of the windows service
Public propertyStringLastError
The windows service's last error message
Public propertyDateTimeLastExecuted
Service's last executiontime
Public propertyStringMachine
Machine of the service
Public propertyStringName
Name of the windows service
Public propertyInt64Period
Windows service's period time between executions where every integer represents a minute
Public propertyModuleRunModeRunMode
The type of run mode the service will be executed in
Public propertyStringServer
Server where the windows service belongs
Public propertyModuleStatusStatus
Status on the windows service
Top
See Also