adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IExecutionContext Interface / Checkpoint Property


In This Topic
    Checkpoint Property (IExecutionContext)
    In This Topic
    Gets or sets the Checkpoint for the job.
    Syntax
    'Declaration
     
    
    Property Checkpoint As String
    string Checkpoint {get; set;}
    property String^ Checkpoint {
       String^ get();
       void set (    String^ value);
    }
    See Also