Function TRTSERVER_ServerIsLive

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerIsLive(TRTSERVER_Server *server, bool *live)

Is the server live?

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.

  • live: Returns true if server is live, false otherwise.