LastCheckpoint Property (JobStatus)
In This Topic
The most recent checkpoint set by an executing instance
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property LastCheckpoint As String
[CanBeNull()]
public string LastCheckpoint {get;}
See Also