Property FileWatcher.Paused
Overload
When your app writes, creates, deletes, moves or renames the file, it must set this property = true during the file operation. It helps to distinguish internal and external changes. Example: FileWatcher.
public bool Paused { get; set; }