Class type Ext_data_Batch.events


class type events = object .. end
Inherits
method complete : 'a 'b.
(t Js.t -> 'a Js.t -> 'b Js.t -> unit) Js.callback
Js.writeonly_prop

Fired when all operations of this batch have been completed

Parameters:


method _exception : 'c 'd.
(t Js.t -> 'c Js.t -> 'd Js.t -> unit) Js.callback
Js.writeonly_prop

Fired when a operation encountered an exception

Parameters:


method operationcomplete : 'e 'f.
(t Js.t -> 'e Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_prop

Fired when each operation of the batch completes

Parameters: