adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobExecutionSettings Class / Checkpoint Property


In This Topic
    Checkpoint Property (JobExecutionSettings)
    In This Topic
    The checkpoint to pass to the job
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Checkpoint As String
    [CanBeNull()]
    public string Checkpoint {get; set;}
    [CanBeNull()]
    public:
    property String^ Checkpoint {
       String^ get();
       void set (    String^ value);
    }
    See Also