add join to base command result
This commit is contained in:
parent
e205150761
commit
710e250646
@ -75,6 +75,9 @@ class BaseCommandResult(encoding.Serializable):
|
||||
def is_done(self):
|
||||
return self.command_status != AgentCommandStatus.RUNNING
|
||||
|
||||
def join(self):
|
||||
return self
|
||||
|
||||
|
||||
class SyncCommandResult(BaseCommandResult):
|
||||
def __init__(self, command_name, command_params, success, result_or_error):
|
||||
|
Loading…
Reference in New Issue
Block a user