child-command.js 855 B

12345678910111213
  1. export var ChildCommand;
  2. (function (ChildCommand) {
  3. ChildCommand[ChildCommand["Init"] = 0] = "Init";
  4. ChildCommand[ChildCommand["Start"] = 1] = "Start";
  5. ChildCommand[ChildCommand["Stop"] = 2] = "Stop";
  6. ChildCommand[ChildCommand["GetChildrenValuesResponse"] = 3] = "GetChildrenValuesResponse";
  7. ChildCommand[ChildCommand["GetIgnoredChildrenFailuresResponse"] = 4] = "GetIgnoredChildrenFailuresResponse";
  8. ChildCommand[ChildCommand["GetDependenciesCountResponse"] = 5] = "GetDependenciesCountResponse";
  9. ChildCommand[ChildCommand["MoveToWaitingChildrenResponse"] = 6] = "MoveToWaitingChildrenResponse";
  10. ChildCommand[ChildCommand["Cancel"] = 7] = "Cancel";
  11. ChildCommand[ChildCommand["GetDependenciesResponse"] = 8] = "GetDependenciesResponse";
  12. })(ChildCommand || (ChildCommand = {}));
  13. //# sourceMappingURL=child-command.js.map