﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1058	Ensuring once run in StartActions	Víctor de Buen Remiro	Víctor de Buen Remiro	"Method StartActions of packages must ensure run just the first time is called in this way

{{{
#!cpp
...

Real _is_started = False;

////////////////////////////////////////////////////////////////////////////
Real StartActions(Real void)
////////////////////////////////////////////////////////////////////////////
{
  If(_is_started, False, {
  Real _is_started := True;
...
}
}}}
"	defect	closed	highest	TOL Packages	Various		blocker	fixed		
