Module Ext_data_Batch


module Ext_data_Batch: sig .. end
Provides a mechanism to run one or more operations ...

Provides a mechanism to run one or more operations in a given order. Fires the 'operationcomplete' event after the completion of each Operation, and the 'complete' event when all Operations have been successfully executed. Fires an 'exception' event if any of the Operations encounter an exception.

Usually these are only used internally by Ext.data.proxy.Proxy classes



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object