@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
15 lines • 609 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClusterNodeState = void 0;
var ClusterNodeState;
(function (ClusterNodeState) {
ClusterNodeState["Unknown"] = "unknown";
ClusterNodeState["Init"] = "init";
ClusterNodeState["Connect"] = "connect";
ClusterNodeState["Wait"] = "wait";
ClusterNodeState["Boot"] = "boot";
ClusterNodeState["Locked"] = "locked";
ClusterNodeState["Up"] = "up";
ClusterNodeState["Down"] = "down";
})(ClusterNodeState || (exports.ClusterNodeState = ClusterNodeState = {}));
//# sourceMappingURL=ClusterNodeState.js.map