IsBlocked Property  
 

Determine if a blocking storage operation is in progress.

Syntax

object.IsBlocked

Remarks

The IsBlocked property is used to determine if a storage operation is currently in progress. For example, this property will return True if checked within an OnProgress event handler when the GetFile or PutFile method has been called.

Data Type

Boolean

See Also

GetData Method, GetFile Method, PutData Method, PutFile Method, OnProgress Event