export type SimulationRunEventStatus = 'pending' | 'success' | 'failed' | 'aborted';