Skip to content

Commit

Permalink
add optional JobInfo eta
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Jan 14, 2025
1 parent 1635581 commit e9694cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/job/JobInfo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export interface JobInfo {
id: string;
status: JobStatus;
timestamp: number;
eta?: number;
result?: string;
}
2 changes: 1 addition & 1 deletion dist/job/JobInfo.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/job/JobInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export interface JobInfo {
id: string;
status: JobStatus;
timestamp: number;
eta?: number;
result?: string;
}

0 comments on commit e9694cc

Please # to comment.