platform-components-ng/projects/platform-components-lib/src/lib/components/background-tasks/service/background-tasks.service.ts
Background task
Properties |
|
constructor()
|
| autoDownloadEnable |
Default value : true
|
| Optional completedAt |
Type : number
|
| contextId |
Type : string
|
| createdAt |
Type : number
|
| Optional downloadInfo |
Type : any
|
| downloadUrlExpire |
Default value : false
|
| Optional entity |
Type : Entity
|
| Optional errorInfo |
Type : any
|
| Optional goneForStatusCheck$ |
Type : Subject<boolean>
|
| Optional newCollectionId |
Type : number
|
| Optional newCollectionName |
Type : string
|
| Optional publishingChannel |
Type : PublishingChannel
|
| status |
Type : BackgroundTaskStatus
|
| taskType |
Type : BackgroundTaskType
|
| title |
Type : string
|
| Optional useQueryQuest |
Type : boolean
|