adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / ExecutionRequestID Property


In This Topic
    ExecutionRequestID Property (ExecutionHistoryItem)
    In This Topic
    Links all instances started as a result of a manual execution request.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExecutionRequestID As String
    public string ExecutionRequestID {get;}
    public:
    property String^ ExecutionRequestID {
       String^ get();
    }
    Remarks
    When a job is submitted for execution using Job.Execute, the JobExecutionSettings.ExecutionRequestID is assigned to all instances created from that request, allowing them to be found and tracked later.
    See Also