pub type ExecutionOutcome = ExecutionOutcome;
#[repr(usize)]pub enum ExecutionOutcome { Succeeded = 0, Failed = 1, Cancelled = 2, TimedOut = 3, }