adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / ProcessID Property


In This Topic
    ProcessID Property (ExecutionHistoryStep)
    In This Topic
    The Windows process ID for the process executed by this step
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ProcessID As Integer
    public int ProcessID {get;}
    public:
    property int ProcessID {
       int get();
    }
    Remarks
    For tasks that don't result in the creation of a new Windows process, the ProcessID will be 0.
    See Also