isPaused property
bool
get
isPaused
isPaused
Implementation
bool get isPaused {
objc.checkOsVersionInternal(
'NSProgress.isPaused',
iOS: (false, (7, 0, 0)),
macOS: (false, (10, 9, 0)),
);
return _objc_msgSend_91o635(object$.ref.pointer, _sel_isPaused);
}