'Declaration
<NotNullAttribute()> Public ReadOnly Property Processes As ICollection(Of String)
[NotNull()] public ICollection<string> Processes {get;}
[NotNull()] public: property ICollection<String^>^ Processes { ICollection<String^>^ get(); }
'Declaration
<NotNullAttribute()> Public ReadOnly Property Processes As ICollection(Of String)
[NotNull()] public ICollection<string> Processes {get;}
[NotNull()] public: property ICollection<String^>^ Processes { ICollection<String^>^ get(); }
Each entry must be the name of the Windows executable, optionally including the path. If no path is included, the trigger will match to any process with the given name.
The ProcessName can also be set to a job variable token (e.g., "TheProcessName") that expands to a process name at runtime.