checkService()

Overview

public boolean function checkService(
      required string serviceId
)

Checks the given service. Returning true if the service's healthcheck returns true, false if it returns false, errors or does not return a boolean value.

Arguments

NameTypeRequiredDescription
serviceIdstringYesID of the service to check