Bluestep JS Documentation
    Preparing search index...

    Interface IsCommitable

    TODO

    TODO
    
    interface IsCommitable {
        commit(
            messagesConsumer?: (row: FieldException[]) => void,
        ): Optional<boolean>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Commits the scripts containing transaction. Only used in Endpoints, OnDemand Formulas, and Scheduled Formulas.

      Parameters

      Returns Optional<boolean>