Modifying pause, resume and move commands to work with process

This commit is contained in:
Rafael Vargas
2022-07-23 00:37:11 -03:00
parent 1ce6deaa48
commit cd3eddb125
6 changed files with 72 additions and 47 deletions

View File

@@ -9,6 +9,7 @@ class VCommandsType(Enum):
RESUME = 'Resume'
CONTEXT = 'Context'
PLAY = 'Play'
STOP = 'Stop'
class VCommands: