Skip to content

Add cancel option to ClearAllData request #6

@CodeCricut

Description

@CodeCricut

When a ClearAllData command is issued, the user may want to cancel the command before it has completed. To fulfill this, these basic steps need to be taken:

  • add UI for cancelling the command
  • use a cancellation token within the ClearAllDataHandler command handler
  • in the case of a cancellation, the changes should not be saved to the repositories within the Handle method of the command handler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions