ActionNoop

class ActionNoop : Action, ActionExec

Undocumented

  • Undocumented

    Declaration

    Swift

    required init(_ context: MemriContext, values: [String : Any?] = [:])
  • Undocumented

    Declaration

    Swift

    func exec(_: [String : Any?]) throws
  • Undocumented

    Declaration

    Swift

    class func exec(_ context: MemriContext, _ arguments: [String : Any?]) throws