adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / SetCheckpoint Method
The new value for the checkpoint


In This Topic
    SetCheckpoint Method
    In This Topic
    Sets the current checkpoint for the job.
    Syntax
    'Declaration
     
    
    Public Sub SetCheckpoint( _
       ByVal value As String _
    ) 
    public void SetCheckpoint( 
       string value
    )
    public:
    void SetCheckpoint( 
       String^ value
    ) 

    Parameters

    value
    The new value for the checkpoint
    See Also