
export const enum ScriptInfoState {
	None = 0,
	Executing = 1,
	Executed = 2
}
