UNPKG

sparkscript

Version:
15 lines 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const components_1 = require("../core/components"); class StartProcess extends components_1.ActionBlock { /** * Start a process thread. * @param name Function name. * @param args Arguments, can be used as notes since they're not used in the function. */ constructor(name) { super("start_process", name, []); } } exports.default = StartProcess; //# sourceMappingURL=StartProcess.js.map