ServiceStateChangedEvent#
Class ServiceStateChangedEvent
Hierarchy
- WebVisEvent
- ServiceStateChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Service State Changed Event(service, state): ServiceStateChangedEvent -
This event occurs if the State of a Service change.
Parameters
-
service: ServiceType
The name of the service.
-
state: ServiceState
The new status of the Service.
Returns ServiceStateChangedEvent
-
Properties
id
id: number
service
The name of the service.
state
The new status of the Service.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
SERVICE_STATUS_CHANGED