completed the refactoring, version 1.5 is ready for build

This commit is contained in:
Volodymyr Smirnov
2020-11-02 11:25:56 +02:00
parent 3f710f97f6
commit ea5791f98a
3 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
export enum ScanResultStatus
{
Queued,
Succeeded,
Failed
}