Examples for the rts stop command
- Last UpdatedApr 30, 2024
- 1 minute read
Example 1
rts stop
-
Stops the RTS server whether it's running as a process or as a service. If the RTS server is running as a service, you must have administrator privileges to successfully run this command.
Example 2
rts stop --force
-
Forcibly shuts down all RTS-associated processes for the current user session, including the AVEVA Process Simulation processes.
Example 3
rts stop --force --all-sessions
-
Forcibly shuts down all RTS-associated processes that are running on the computer regardless of the user session, including the AVEVA Process Simulation processes. You must have administrator privileges to successfully run this command.
Example 4
rts stop --instance-name Instance1
-
Shuts down the ScriptHost and AVEVA Process Simulation server processes for the Instance1 instance of AVEVA Process Simulation. This command does not stop the RTS Server or WebUI processes.
Example 5
rts stop --instance-name *
-
Shuts down the ScriptHost and AVEVA Process Simulation server processes for all instances of AVEVA Process Simulation. This command does not stop the RTS Server or WebUI processes.