parent-command.js 1.2 KB

12345678910111213141516171819
  1. export var ParentCommand;
  2. (function (ParentCommand) {
  3. ParentCommand[ParentCommand["Completed"] = 0] = "Completed";
  4. ParentCommand[ParentCommand["Error"] = 1] = "Error";
  5. ParentCommand[ParentCommand["Failed"] = 2] = "Failed";
  6. ParentCommand[ParentCommand["InitFailed"] = 3] = "InitFailed";
  7. ParentCommand[ParentCommand["InitCompleted"] = 4] = "InitCompleted";
  8. ParentCommand[ParentCommand["Log"] = 5] = "Log";
  9. ParentCommand[ParentCommand["MoveToDelayed"] = 6] = "MoveToDelayed";
  10. ParentCommand[ParentCommand["MoveToWait"] = 7] = "MoveToWait";
  11. ParentCommand[ParentCommand["Progress"] = 8] = "Progress";
  12. ParentCommand[ParentCommand["Update"] = 9] = "Update";
  13. ParentCommand[ParentCommand["GetChildrenValues"] = 10] = "GetChildrenValues";
  14. ParentCommand[ParentCommand["GetIgnoredChildrenFailures"] = 11] = "GetIgnoredChildrenFailures";
  15. ParentCommand[ParentCommand["GetDependenciesCount"] = 12] = "GetDependenciesCount";
  16. ParentCommand[ParentCommand["MoveToWaitingChildren"] = 13] = "MoveToWaitingChildren";
  17. ParentCommand[ParentCommand["GetDependencies"] = 14] = "GetDependencies";
  18. })(ParentCommand || (ParentCommand = {}));
  19. //# sourceMappingURL=parent-command.js.map