enum Status : bool {
    abort = true,
    ignore = false
}