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);
}
See Also