fun checkpoint(): Checkpoint
Create a checkpoint.
Return
a checkpoint that requires 1 pass.
fun checkpoint(requiredNumberOfPasses: Int): Checkpoint
Create a checkpoint.
requiredNumberOfPasses - the required number of passes to validate the checkpoint.
Return
a checkpoint that requires several passes.