Pause.this

Creates an object.

class Pause
this
(
string title = ""
,
string text = ""
,
uint h = 8
,
uint w = 48
,
uint t = 10
)

Parameters

title string

a form name, a title for current box example

text string

main message of the box (for description or clarification)

h uint

height, number of lines

w uint

width, number of columns

t uint

time to countdown

Meta