Hello
I'll try to explain me well
Iu2019m creating an interface between SAP and 3 different robots
The design roughly is as follows
Thereu2019s one interface with the definition of the common methods (Abstract)
Each robot is a class that implements this interface
Iu2019d like to execute the methods of this classes using something similar at the concept of threads in JAVA (create, pause, resume, finish, abort, etc )
I think about simulating threads using jobs but i can't stop, resume a job, somebody can give me another idea¿?
Thanks and regards