Ashet OS

constant: ashet.MessageBoxButtons.abort_retry_ignore

Definition

const abort_retry_ignore: MessageBoxButtons = .{
    .has_abort = true,
    .has_retry = true,
    .has_ignore = true,
};