Abort the current processing.
[C#] virtual void Abort() [Visual Basic] Overridable Sub Abort()
virtual void Abort()
Overridable Sub Abort()
All remaining operators will be skipped.
You can use this function to prematurely terminate the processing of a content stream.
None.