run

abstract fun run()

Runs all the steps of the iterative process.

If the iterative process has not been initialized, then it will automatically be initialized.

After attempting to run the steps, the process will be in the end() state. The process may or may not complete all of its steps.