Stoping a sequencer and starting it again in UVM

In reply to ivan.krastev:

OK, I understood. But you should never start a sequence from your environment. You should always run a test and the test starts your sequence. One of the main ideas and benefits of thhe UVM is the seperation from test and testbench. The env is your testbench. The test configures your testbench to your needs and starts the test.