Name

Popup::ConfirmAbort — Confirmation for "Abort" button during installation.

Synopsis

Import Popup;
boolean Popup::ConfirmAbort ( symbol  severity );

Parameters

symbol severity

`painless, `incomplete, `unusable

Return Value

boolean

Description

According to the "severity" parameter an appropriate text will be displayed indicating what the user has to expect when he really aborts now.

Examples

  Popup::ConfirmAbort ( `painless );

Screenshot