adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStatus Class / LastInstanceID Property


In This Topic
    LastInstanceID Property (JobStatus)
    In This Topic
    The instance number of the current or most recent instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastInstanceID As Integer
    public int LastInstanceID {get;}
    public:
    property int LastInstanceID {
       int get();
    }
    Remarks
    Will be 0 if no instance has executed since the statistics for the job were last reset
    See Also