Current Page:
NeXtMidas Training
Primitives
Primitive Restarts
Restarting a Primitive
|
|
- Restarting a Primitive:
- Typically the macro writer does not need to be aware of situations that require
a restart. The primitive takes care of it inside one its
setFoo(..)
methods.
- Since a restart is similar to a normal start with different input parameters,
the restart is implemented this way.
|
|
|