adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TerminateProcessTask Class / ProcessName Property


In This Topic
    ProcessName Property (TerminateProcessTask)
    In This Topic
    The name of the process
    Syntax
    'Declaration
     
    
    Public Property ProcessName As String
    public string ProcessName {get; set;}
    public:
    property String^ ProcessName {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The ProcessName must be the name of the Windows executable, optionally including the path. If no path is included, the operation 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