adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / BatchScriptAutoCheckpoint Property


In This Topic
    BatchScriptAutoCheckpoint Property
    In This Topic
    Determines whether adTempus will insert checkpoints in batch files when running a BatchScript.
    Syntax
    'Declaration
     
    
    Public Property BatchScriptAutoCheckpoint As Boolean
    public bool BatchScriptAutoCheckpoint {get; set;}
    public:
    property bool BatchScriptAutoCheckpoint {
       bool get();
       void set (    bool value);
    }
    Remarks
    If this option is True, adTempus will insert a checkpoint call immediately after each line of the batch file that is a label (a line that starts with ":"). The label name will be used as the checkpoint name.
    See Also