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