Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With the AsynchronousCommand, it is possible to create a command that executes a method in the background without blocking the UI thread. It is possible to report progress to the UI thread.

Info

Want to use async methods? Use the TaskCommand

Creating the command

The AsynchronousCommand can be used the same as the the regular Command class. The command must be constructed like this:

...