(.js)
laraImport("lara.util.Checkpoint");
(.lara)
import lara.util.Checkpoint;
Classes:
new Checkpoint(checkpointName)
Allows checkpointing of generic objects.
monitor(object)
Monitors the given object. If there is a saved filed from a previous execution, returns the saved object instead.
save()
setInterval(interval, timeUnit)
stop()