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
Name | Type | Required | Description |
---|---|---|---|
serviceId | string | Yes | ID of the service to check |