Show / Hide Table of Contents

    Interface IBuildSetTermination

    Event handler for when the entire build process is terminated before completing. This can be triggered by throwing an exception during the build set.

    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IBuildSetTermination : IBuildEventHandler

    Methods

    OnBuildSetTermination(Exception)

    Declaration
    void OnBuildSetTermination(Exception e)
    Parameters
    Type Name Description
    Exception e

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top