HttpDaemon$terminate {R.rsp} | R Documentation |
Terminates the HTTP daemon
Description
Terminates the HTTP daemon.
Usage
## Static method (use this):
## HttpDaemon$terminate(...)
## Don't use the below:
## S3 method for class 'HttpDaemon'
terminate(static, ...)
Arguments
... |
Not used. |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
*isStarted()
.
*start()
.
*restart()
.
For more information see HttpDaemon
.
[Package R.rsp version 0.45.0 Index]