aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts')
-rw-r--r--vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts b/vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts
index 808c3df7a..e029f48f9 100644
--- a/vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts
+++ b/vid-webpack-master/src/app/shared/models/serviceInstanceActions.ts
@@ -24,7 +24,8 @@ export enum JobStatus {
PENDING = 'PENDING',
STOPPED = 'STOPPED',
COMPLETED_WITH_ERRORS = 'COMPLETED_WITH_ERRORS',
- CREATING = 'CREATING'
+ CREATING = 'CREATING',
+ PAUSE_UPON_COMPLETION = 'PAUSE_UPON_COMPLETION'
}
export enum PauseStatus {
AFTER_COMPLETION = 'afterCompletion',