IAsyncCommand

Interface for an Asynchronous Command.

  • Registers the callback for a parent AsyncMacroCommand.

    Declaration

    Swift

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

    Parameters

    value

    The AsyncMacroCommand method to call on completion