9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
export declare enum ChildCommand {
|
|
Init = 0,
|
|
Start = 1,
|
|
Stop = 2,
|
|
GetChildrenValuesResponse = 3,
|
|
GetIgnoredChildrenFailuresResponse = 4,
|
|
MoveToWaitingChildrenResponse = 5
|
|
}
|