Accessimport interaction mdb.models[name].interactions[name] deactivate(...)
This method deactivates the interaction in the specified step and all its subsequent steps. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. move(...)
This method moves an interaction from one step to another. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. reset(...)
This method reactivates an interaction that was deactivated previously. The reset method is available during the step in which the interaction was deactivated originally. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. resume()
This method resumes an interaction that was previously suppressed. ArgumentsNone. Return valueNone. ExceptionsNone. suppress()
This method suppresses an interaction. ArgumentsNone. Return valueNone. ExceptionsNone. delete(...)
This method allows you to delete existing interactions. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. MembersThe Interaction object has the following member:
|