Variable Reactor.OpenOptions.utGcDisabled

Disable all GC collection during the reactor run time. Only available for UTs.

struct Reactor.OpenOptions
{
  // ...
  bool utGcDisabled ;
  // ...
}