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
- 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
PromoCodeOperationStatus Class