ServiceInfo

ServiceInfo

new ServiceInfo(service_urlnon-null, message, blocking)

If the ServiceInfo.has_message is true, then the message must be displayed before initializing the client. If blocking_dialog is true then the client shouldn't be allowed to start at all. This is usually in the case of maintanence.

Source:
Parameters:
Name Type Description
service_url string
message string
blocking boolean

Members

blocking_dialog :boolean

Source:
Type:
  • boolean

has_message :boolean

Source:
Type:
  • boolean

message :string

Source:
Type:
  • string

service_url :string

Source:
Type:
  • string