InterruptionTokenIsInterruptionRequested Property |
Returns
Boolean.true if interruption was requested.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic bool IsInterruptionRequested { get; }
Public ReadOnly Property IsInterruptionRequested As Boolean
Get
public:
virtual property bool IsInterruptionRequested {
bool get () sealed;
}
abstract IsInterruptionRequested : bool with get
override IsInterruptionRequested : bool with get
Property Value
Type:
BooleanImplements
IInterruptionTokenIsInterruptionRequested
See Also