Status Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the status of the current operation.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Status As CatalogOperationsStatus
'Usage
Dim instance As CatalogOperationsProgress
Dim value As CatalogOperationsStatus
value = instance.Status
public CatalogOperationsStatus Status { get; }
public:
property CatalogOperationsStatus Status {
CatalogOperationsStatus get ();
}
public function get Status () : CatalogOperationsStatus
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogOperationsStatus
The status of the current operation.
Remarks
An enumeration of the type CatalogOperationsStatus containing the status of the requested operation. The enumeration contains the status of the requested import, export, or rebuild operation. The enumeration consists of:
Enumeration |
Value |
description |
---|---|---|
InProgress |
0 |
An import, export, or rebuild operation is in progress. |
Failed |
1 |
The import, export, or rebuild operation failed. |
Completed |
2 |
The import, export, or rebuild operation completed successfully. |
CompletedWithErrors |
3 |
The import operation completed with errors. |
NotInProgress |
4 |
No import, export, or rebuild operation is in progress. |
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogOperationsProgress Class