Previous Next
Opalis Integration Server > Foundation Objects > System > End Process

End Process
The End Process object ends processes that are running on the Action Server or on a remote computer.
This object uses a satellite license. See Objects that Require Satellite Licenses for more information.
How it is used
The End Process object can be used to shut down an application that is no longer responding. For example, an ftp application that is in the process of downloading and has crashed and needs to be forcefully shut down.
Configuration
To configure the End Process object you will need to know the process that is running and what computer it is running on.
Details Tab
 
Computer
Type the computer where this process is running. Type localhost to specify the Action Server where the Policy is being processed. You can also use the ellipsis (...) button to browse for the computer.
Process
Type the name or process ID of the process that you are ending. You can also use the ellipsis (...) button to browse for the process. Browsing is only available if you have specified a valid Computer.
End all instances
Select to end all processes that match the Process that you have specified when multiples are found.
Fail if there is more than one instance
Select to cause the End Process to fail if it finds more than 1 process matching the name you have specified.
Terminate in
Type the number of seconds to wait for the process to be shut down gracefully before it is shut down forcefully.
Available Published Data
 
Name
Description
Number of instances
The number of processes that matched the Process that you specified.
Process ID
The process ID of each of the processes that matched the Process that you specified.
Common Published Data

Previous Next