Gets the zero based index.
import Batch = require("nativescript-batch");
var b = Batch.newBatch(function(ctx) {
// ctx.index = 0
}).then(function(ctx) {
// ctx.index = 1
}).then(function(ctx) {
// ctx.index = 2
});
b.start();
Gets the zero based index.
import Batch = require("nativescript-batch");
var b = Batch.newBatch(function(ctx) {
// ctx.index = 0
}).then(function(ctx) {
// ctx.index = 1
}).then(function(ctx) {
// ctx.index = 2
});
b.start();