adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProcessTrigger Class / Processes Property


In This Topic
    Processes Property
    In This Topic
    List of process names to monitor
    Syntax
    '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();
    }
    Remarks

    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.

    See Also