Gets a value that indicates whether this mode is working.
public virtual bool IsWorking { get; }
@property (nonatomic, assign, readonly) BOOL isWorking;
public:
virtual property bool IsWorking
{
bool get()
}
true if this mode is working; otherwise, it is false.
IsWorking will be set to true by the base class when OnWorkStarted is called. It will be set back to false when OnWorkCompleted is called.
This value is useful when deriving your own interactive mode classes. Refer to ImageViewerInteractiveMode for an example.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document