allbuild commit e6d14eff

This commit is contained in:
Olivier Gagnon
2022-07-26 15:30:12 -04:00
parent e6d14eff68
commit 3e4f26ac0a
17 changed files with 230 additions and 44 deletions
+8
View File
@@ -101,6 +101,14 @@ export class CreateProgramWork extends Work {
}
}
APICopy(): Record<string, unknown> {
return {
type: this.type,
cyclesWorked: this.cyclesWorked,
programName: this.programName,
};
}
/**
* Serialize the current object to a JSON save state.
*/