C#
VB
C++
Gets a value indicating if the Cancel method was called on the command.
public bool Canceled { get; }
Public ReadOnly Property Canceled As Boolean
public:
property bool Canceled {
bool get();
}
true if the Cancel method was called on the DicomCommand; otherwise, false.
This property should be used by inherited classes to check if the user canceled the executing command and perform any required procedures to terminate the process safely.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET