}uvm_sequencer_arb_mode;typedefuvm_sequencer_arb_modeUVM_SEQ_ARB_TYPE;// backward compat// Enum: uvm_sequence_state_enum//// Defines current sequence state//// UVM_CREATED - The sequence has been allocated.// UVM_PRE_START - The sequence is started and the// <uvm_sequence_base::pre_start()> task is// being executed.// UVM_PRE_BODY - The sequence is started and the// <uvm_sequence_base::pre_body()> task is// being executed.// UVM_BODY - The sequence is started and the// <uvm_sequence_base::body()> task is
}uvm_sequencer_arb_mode;`ifdefUVM_ENABLE_DEPRECATED_APItypedefuvm_sequencer_arb_modeUVM_SEQ_ARB_TYPE;// backward compat`endif// UVM_ENABLE_DEPRECATED_API// Enum --NODOCS-- uvm_sequence_state_enum//// Defines current sequence state//// UVM_CREATED - The sequence has been allocated.// UVM_PRE_START - The sequence is started and the// <uvm_sequence_base::pre_start()> task is// being executed.// UVM_PRE_BODY - The sequence is started and the// <uvm_sequence_base::pre_body()> task is// being executed.// UVM_BODY - The sequence is started and the