progress constant
Cursor
const progress
The program is busy in the background, but the user can still interact with the interface (in contrast to wait).

Implementation
static const Cursor progress = Cursor._('progress');