ActionOpenSession

class ActionOpenSession : Action, ActionExec

Undocumented

  • Undocumented

    Declaration

    Swift

    override var defaultValues: [String : Any?] { get }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    func openSession(_ session: CVUStateDefinition, _ args: ViewArguments? = nil) throws
  • Undocumented

    Declaration

    Swift

    func openSession(_ session: Session, _ args: ViewArguments? = nil) throws
  • Adds a view to the history of the currentSession and displays it. If the view was already part of the currentSession.views it reorders it on top

    Declaration

    Swift

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

    Declaration

    Swift

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