PathCollectionIsUpdating Method |
Query if this instance is currently updating.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax Public Function IsUpdating As Boolean
public:
bool IsUpdating()
member IsUpdating : unit -> bool
Return Value
Type:
BooleanTrue if updating, false if not.
See Also