The current state of a Patch application operation. More...
#include <DomPatch.h>
Public Attributes | |
| PatchOutcome | m_outcome = AZ::Success() |
| The outcome of the last operation, may be overridden to produce a different failure outcome. | |
| const Patch * | m_patch = nullptr |
| The patch being applied. | |
| const PatchOperation * | m_lastOperation = nullptr |
| The last operation attempted. | |
| Value * | m_currentState = nullptr |
| The current state of the value being patched, will be returned if the patch operation succeeds. | |
| bool | m_shouldContinue = true |
| If set to false, the patch operation should halt. | |
The current state of a Patch application operation.