ServiceErrorEvent¶
Class ServiceErrorEvent
Hierarchy (View Summary)
- WebVisEvent
- ServiceErrorEvent
Index
Constructors
Properties
Constructors
constructor
- new ServiceErrorEvent(
service: ServiceType,
state: ServiceState,
): ServiceErrorEvent This event occurs if a Service goes into an Error State.
Parameters
- service: ServiceType
The name of the service.
- state: ServiceState
The new state of the Service.
Returns ServiceErrorEvent
- service: ServiceType
SERVICE_ERROR