UNPKG

@cocalc/project

Version:
16 lines 602 B
"use strict"; /* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Signal = void 0; var Signal; (function (Signal) { Signal[Signal["Kill"] = 9] = "Kill"; Signal[Signal["Interrupt"] = 2] = "Interrupt"; Signal[Signal["Terminate"] = 15] = "Terminate"; Signal[Signal["Pause"] = 19] = "Pause"; Signal[Signal["Resume"] = 18] = "Resume"; })(Signal = exports.Signal || (exports.Signal = {})); //# sourceMappingURL=types.js.map