LongRunningOperationStatus Members
Include Protected Members
Include Inherited Members
Returns the status of the job that is currently running.
The LongRunningOperationStatus type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorsEncountered | An XML string that contains a list of all errors encountered. There is no fixed format for errors. | |
GearsImageUrl | Image that should be used on the progress page. If this property is empty, the default gears image will be used. | |
HasTimedOut | Returns whether this job has timed out. | |
IsActive | Returns whether the job currently running is active. | |
JobId | ID of the job that is currently running. | |
LastUpdated | Returns the time, in Coordinated Universal Time (UTC) format, when the status of this long running operation was last updated. | |
NavigateWhenDoneUrl | URL to navigate to after successful completion of job. Navigation may occur automatically or may require that the user clicks OK, depending on the value that has been set on the RedirectWhenFinished property. | |
OperationsPerformed | A value that represents the total number of operations that can be performed. For example, if x of y operations can be performed, this value is y, or the total number of operations. | |
OriginalJobId | Original ID of the job that has been retried. The PreviousJobId points to the job that ran immediately before this job and failed, while the OriginalJobId points to the job that originated the process. | |
PreviousJobId | ID of the job that ran previously and failed (if this job has been retried). | |
RedirectWhenFinished | If this value is true, redirects to the specified URL when the task is finished. | |
RetryInformation | ||
Retryhref | URL that should be navigated to if a failure occurs. This navigation is not automatic and requires the user to click the "Retry" button. | |
ShouldBePurged | ||
Started | Time, in Coordinated Universal Time (UTC) format, when this long running operation was started. | |
Status | Returns current job status. | |
StatusAsString | Returns current job status as a string. | |
StatusDescription | Returns description of job status. | |
SuccessesEncountered | List of success events that have been encountered during this operation. | |
Title | Returns the name of the long running operation that was initiated. | |
TotalOperationsToBePerformed | A value that represents the total number of operations that can be performed. For example, if x of y operations can be performed, this value is y, or the total number of operations. | |
TypeOfOperation | Specifies the type of operation (move, copy, delete, spawn, or generic), for easy retrieval by type. | |
UserCanCancel | User can cancel the job that is currently running. | |
UserId | Name of the user who initiated this job. | |
UserRequestedCancel | Boolean value that specifies whether the user requested that the job be cancelled. | |
WaitMessage | Wait message displayed to the user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllJobs | Get a LongRunningOperationStatus for each of the entries in the root Web site's long running operation status list. | |
GetAllJobsForCurrentUser | Used to determine if there are jobs initiated by a user that were terminated due to system (or other) 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 old status bucket entries from the LongRunningOperationStatus list at the root Web site. | |
Remove | Removes status information about this particular job from the database. | |
RequestCancel | Requests cancellation of the job that is currently running. | |
ToString | (Inherited from Object.) |
Top