Function TRTSERVER_ServerStop

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerStop(TRTSERVER_Server *server)

Stop a server object.

A server can’t be restarted once it is stopped.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.