IAsyncCommand
Interface for an Asynchronous Command.
-
Registers the callback for a parent
AsyncMacroCommand.Declaration
Swift
var onComplete: (() -> ())? { get set }Parameters
valueThe
AsyncMacroCommandmethod to call on completion
View on GitHub
IAsyncCommand Protocol Reference