LongRunningOperationStatus Members
Include Protected Members
Include Inherited Members
Represents the status of the job that is currently running.
The LongRunningOperationStatus type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorsEncountered | Gets an XML string that contains a list of all errors encountered. | |
GearsImageUrl | Gets the image to use on the progress page. | |
HasTimedOut | Gets whether this job has timed out. | |
IsActive | Gets whether the job currently running is active. | |
JobId | Gets the ID of the job that is currently running. | |
LastUpdated | Gets the time, in Coordinated Universal Time (UTC) format, when the status of this long-running operation was last updated. | |
NavigateWhenDoneUrl | Gets the URL to navigate to after the job completes successfully. | |
OperationsPerformed | Gets a value that represents the total number of operations that can be performed. | |
OriginalJobId | Gets the original identifier (ID) of the job that was retried. | |
PreviousJobId | Gets the ID of the job that ran previously and failed. | |
RedirectWhenFinished | Gets a value that indicates whether to redirect to a different page when the job is finished. | |
RetryInformation | Gets information about the failure of a job to be used in a retry operation. | |
Retryhref | Gets the URL to navigate to if a failure occurs. | |
ShouldBePurged | Gets a value that indicates whether or not a job should be purged. | |
Started | Gets the time, in Coordinated Universal Time (UTC) format, when this long-running operation started. | |
Status | Gets the job status. | |
StatusAsString | Gets the job status as a string. | |
StatusDescription | Gets the description of job status. | |
SuccessesEncountered | Gets the list of success events that were encountered during this operation. | |
Title | Returns the name of the long-running operation that was initiated. | |
TotalOperationsToBePerformed | Gets a value that represents the total number of operations that can be performed. | |
TypeOfOperation | Gets or sets the type of operation (move, copy, delete, spawn, or generic), for easy retrieval. | |
UserCanCancel | Gets a value that indicates if the user can cancel the job that is currently running. | |
UserId | Gets the name of the user who initiated this job. | |
UserRequestedCancel | Gets whether the user requested that the job be canceled. | |
WaitMessage | Gets the wait message displayed to the user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllJobs | Gets a LongRunningOperationStatus for each of the entries in the top-level Web site's long-running operation status list. | |
GetAllJobsForCurrentUser | Determines whether there are jobs initiated by a user that were terminated due to failures. | |
GetHashCode | (Inherited from Object.) | |
GetJob | Instantiates a new LongRunningOperationStatus list and populates it with the most current status information. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PurgeOldEntries | Removes status bucket entries from the LongRunningOperationStatus list at the top-level Web site. | |
Remove | Removes status information about this job from the database. | |
RequestCancel | Requests cancellation of the job that is currently running. | |
ToString | (Inherited from Object.) |
Top