IsFinished Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the value indicating if there's any activity in progress for the current instance.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property IsFinished As Boolean
'Usage
Dim instance As PromoCodeOperationStatus
Dim value As Boolean

value = instance.IsFinished
public bool IsFinished { get; }
public:
property bool IsFinished {
    bool get ();
}
public function get IsFinished () : boolean

Property Value

Type: System..::.Boolean
false if there is some activity (generation, import or export) is in progress for the current instance; true otherwise.

Remarks

If the PromoCodeOperationStatusCodeStatus is Succeeded, Failed, FinishedWithErrors, Canceled, or TimedOut, a true is returned.

Permissions

See Also

Reference

PromoCodeOperationStatus Class

PromoCodeOperationStatus Members

Microsoft.CommerceServer.Marketing Namespace