interface Step {
    command: SequenceCommand;
    hasBreakpoint: boolean;
    id: string;
    status: StepStatus;
}

Properties

hasBreakpoint: boolean
id: string
status: StepStatus