IAsyncCommand

Interface for an Asynchronous Command.

  • Registers the callback for a parent AsyncMacroCommand. *

    Declaration

    Swift

    var onComplete: (() -> ())? { get set }