Variable AppFrame._currentBackgroundOperation

class AppFrame
{
  // ...
  BackgroundOperationWatcher _currentBackgroundOperation;
  // ...
}