UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

14 lines (12 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StartupType = void 0; /** * Jobs' startup types */ var StartupType; (function (StartupType) { StartupType["ONETIME"] = "onetime"; StartupType["RECURRING"] = "recurring"; })(StartupType || (exports.StartupType = StartupType = {})); //# sourceMappingURL=IProcessor.js.map