 | mcdatac_Continue | 0 |
VBA.False; Continue as normal.
|
 | mcdatac_AbortWholeCommand | -1 |
(VBA.True) Will rollback when in a transaction.
|
 | mcdatac_IgnoreCurrentEntry | -2 |
Will skip (not process) the single instance on a multi-instance command (Same as mcdatac_AbortWholeCommand for single instance command)
|
 | mcdatac_AlreadyProcessedAll | -1 |
Will skip all remaining instance without processing but will not rollback.
|
 | mcdatac_AlreadyProcessedCurrentEntry | 0 |
Will skip all current instance without processing (same as skip but signifies handled).
|