The name of the event.
The transformation to which the event pertains.
The name of the event.
The transformation to which the event pertains.
Whether the transformation is aborted.
Mark the transformation as aborted. Once aborted, a transformation cannot be unaborted.
Raise an AbortTransformationException if the event was marked as aborted.
Generated using TypeDoc
Transformation events are generated by an editor before and after a transformation is executed. The
StartTransformation
event is generated before, and theEndTransformation
is generated after. These events allow modes to perform additional processing before or after a transformation, or to abort a transformation while it is being processed.