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


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