Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the current status of this operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Status As ListOperationStatusCode
'Usage
Dim instance As MailingListOperation
Dim value As ListOperationStatusCode
value = instance.Status
public ListOperationStatusCode Status { get; }
public:
property ListOperationStatusCode Status {
ListOperationStatusCode get ();
}
public function get Status () : ListOperationStatusCode
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ListOperationStatusCode
The status of the current MailingListOperation. Default is InProgress.
Remarks
The returned ListOperationStatusCode enumeration value shall be one of the following:
Completed - The operation completed successfully.
Failed - The operation failed.
InProgress - The operation is currently in progress.
OperationTimeout - The operation timed out.
OperationTimeoutRequested - The operation has been marked as timing out, but has not actually timed out yet.
UploadTimeout - The upload step of the operation timed out.
UserAborted - A user canceled the operation.
UserAbortRequested - A user has requested that this operation be canceled, but it has not actually been canceled yet.
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.