Resets canceled status for a single canceled item or for all canceled items, allowing them to be attempted to be re-generated.
| Visual Basic |
|---|
Public Sub ResetCanceledItem( _ ByVal CanceledItemIndex As Long _ ) |
- CanceledItemIndex
- A long value which represents the index of the canceled item to reset.
Note: Passing in a valid canceled item index parameter resets the item status to allow a generation attempt. Passing in -1 resets ALL canceled items.