Gets an indication that calculation process was interrupted.

Namespace:  PerpetuumSoft.Olap.Data
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
bool Canceled { get; }
Visual Basic (Declaration)
ReadOnly Property Canceled As Boolean
Visual C++
property bool Canceled {
	bool get ();
}

See Also