ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("lara.util.Checkpoint");

(.lara)
import lara.util.Checkpoint;

Checkpoint

Constructor

Checkpoint

new Checkpoint(checkpointName)

Allows checkpointing of generic objects.

Parameters

checkpointName: any

Instance Members

monitor

monitor(object)

Monitors the given object. If there is a saved filed from a previous execution, returns the saved object instead.

Parameters

object: any

Returns

any - the object that will be monitored

save

save()

setInterval

setInterval(interval, timeUnit)

Parameters

interval: any
timeUnit: any

stop

stop()