Open iwanb opened 3 years ago
I would like to have custom logic to start the ixnetwork session, but currently Sessions.find(Id=xxx) automatically starts the session if found.
Sessions.find(Id=xxx)
This does not align with how find() works on other objects. Could an option be added to avoid this automatic start? Or is there another possibility?
find()
I would like to have custom logic to start the ixnetwork session, but currently
Sessions.find(Id=xxx)
automatically starts the session if found.This does not align with how
find()
works on other objects. Could an option be added to avoid this automatic start? Or is there another possibility?