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