- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
12 lines
200 B
TypeScript
12 lines
200 B
TypeScript
export declare enum ParentCommand {
|
|
Completed = 0,
|
|
Error = 1,
|
|
Failed = 2,
|
|
InitFailed = 3,
|
|
InitCompleted = 4,
|
|
Log = 5,
|
|
MoveToDelayed = 6,
|
|
Progress = 7,
|
|
Update = 8
|
|
}
|