Click or drag to resize

LocalFileSystemWatcherIsStarted Property

Gets a value that indicates whether this instance listens to events.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsStarted { get; }

Property Value

Type: Boolean
true if this instance is started; false otherwise.
See Also