Table of Contents

Background Task

BackgroundTaskStatusNotStarted,Running,Completed,Cancelling,Cancelled,AbortingAbortedBackgroundTaskOriginUser,JobBackgroundTaskId : int64Name : stringType : stringPriority : int32StartedOn : datetimeCompletedOn : datetimeCompletedSteps : int32FailedSteps : int32TotalSteps : int32CreatedOn : datetimeModifiedOn : datetimeVersion : int32UserTraceContextBackgroundTaskStepcreated bymodified bytracesteps1..mstatusorigin

Learn more about Background Tasks from the following resources:

Operations

Operation Operation Id Summary Detail
GET GetBackgroundTask

Get a Background Task resource.

View

DELETE DeleteBackgroundTask

Delete an existing Background Task resource.

View

GET GetBackgroundTaskErrorList

Get a collection of Background Task Error resources for the Background Task.

View

GET GetBackgroundTaskCollection

Get a collection of Background Task resources.

View

GET GetBackgroundTaskStepForBackgroundTaskCollection

Get a collection of Background Task Step resources for the Background Task.

View

GET BatchGetBackgroundTask

Get a collection of Background Task resources for the set of id's.

View

DELETE BatchDeleteBackgroundTask

Delete a collection of existing Background Task resources.

View

POST BatchCancelBackgroundTask

Cancel the work registered for the collection of Background Task resources.

View

POST BulkCreateBackgroundTaskLoad

Bulk create Background Task load.

View

POST CancelBackgroundTask

Cancel the work registered for the Background Task resource.

View

POST CreateBackgroundTaskLoad

Create Background Task load.

View