Variable BackgroundOperationWatcher._cancelRequested

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