Click or drag to resize

ISyncStateProvider2IsIdle Method

Determines whether this instance has no StateSyncJob and no StateSyncChange instance.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
bool IsIdle()

Return Value

Type: Boolean
true if this instance has no StateSyncJob and no StateSyncChange instance; otherwise, false.
See Also