Skip to main content

Configure a Process

More than just monitoring your computer, sudoSignals can start, stop and monitor applications (processes) remotely. Processes are added directly to Profiles.

Terminology

Applications that are controlled and monitored through sudoSignals are refereed to as processes.

Select a Profile

Before adding your first process, select the Profile you would like to add it to.

Client Profile 005

Create a New Process

Next click Add New Process, and click on the gear icon on the process card and select Configure to configure it.

Client Profile Process 001

Configure Process

The Process Name is the unique name you'd like to associate with your process. You might choose to name this after the tookit you're using, or based on the work a given application is responsible for doing.

Client Profile Process 002A

Process ID

If you're developing your own plugin, the process-id will be used by your application when communicating with signals.

Auto Start

If you'd like to specify that sudoSignals open an application or file, toggle the Auto Start so that is enabled.

Uses Plugin

IN PROGRESS

This feature is still in progress for v2 release.

Selecting a Program or File (optional)

Click on the Select a Program... field, and it will open a file dialog so that you can select your program or file.

Client Profile Process 002B

Always Restart

sudoSignals can monitor applications and keep them alive if they quit unexpectedly. To enable this for your process, toggle on the Always Restart.

To have Signals keep the application always running, leave the Restart Limit set to 0. If you only want Signals to restart an application a specific number of times, enter that number in the Restart Limit field.

Client Profile Process 002C

info

If you don't want your application to restart infinitely, then specify a Restart Limit value that is greater than 0 so that Signals only restarts the application a fixed number of times.

Specify an Application (optional)

If you've selected a file type that's opened by another application (like .toe, .unity, etc), sudoSignals will attempt to find programs registered with Windows that can open that file.

You can select the application from the drop down list, or select Other to manually navigate to the program you want to use. If you do have multiple versions of an application installed, make sure that the correct version has been selected for your file.

Client Profile Process 002D

Selecting a program is an optional field. If you have a built executable you'd like to open, Signals will just open that .exe.

Unreal Engine

If you're working with an executable built in Unreal Engine, you may need to take a few extra steps in your configuration. The .exe built by Unreal sometimes uses a process starter that runs another executable. Be sure that you're targeting the correct .exe when using Signals to be able to faithfully stop and start your process.