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


In This Topic
    LastCheckpoint Property (JobStatus)
    In This Topic
    The most recent checkpoint set by an executing instance
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property LastCheckpoint As String
    [CanBeNull()]
    public string LastCheckpoint {get;}
    [CanBeNull()]
    public:
    property String^ LastCheckpoint {
       String^ get();
    }
    See Also