Variable BackgroundOperationWatcher._finished

class BackgroundOperationWatcher
{
  // ...
  bool _finished;
  // ...
}