Status Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the status of a catalog import, export, or rebuild 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 OperationsProgress
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 a catalog import, export, or rebuild operation.
Remarks
The CatalogOperationsStatus enumeration specifies the status of the operation, one of the following:
Completed
CompletedWithErrors
Failed
InProgress
InvalidOperationId
NotInProgress
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.