InnerTimerstepTrigger typedef
InnerTimerstepTrigger = ({int count, Duration elapsed, Duration interval, DateTime start, TimerstepTriggertype type})
Implementation
typedef InnerTimerstepTrigger = ({TimerstepTriggertype type, int count, Duration interval, DateTime start, Duration elapsed});