| title | workbookOperation resource type |
|---|---|
| description | Represents the status of a long-running workbook operation. |
| ms.localizationpriority | medium |
| author | grangeryy |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Operation |
| ms.date | 07/30/2024 |
Represents the status of a long-running workbook operation.
| Method | Return Type | Description |
|---|---|---|
| Get | workbookOperation | Get a workbookOperation object. |
| Property | Type | Description |
|---|---|---|
| error | workbookOperationError | The error returned by the operation. |
| id | String | The identifier for the operation. Read-only. |
| resourceLocation | String | The resource URI for the result. |
| status | String | The current status of the operation. The possible values are: NotStarted, Running, Completed, Failed. |
| statusCode | integer | Status code of the operation. |
None
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.workbookOperation",
"error": {
"@odata.type": "microsoft.graph.workbookOperationError"
},
"id": "String (identifier)",
"resourceLocation": "String",
"status": "String",
"statusCode": "Integer"
}