blob: 7a136a73f660dd3637b2af992514db99a0ce1f31 [file] [log] [blame]
from . import model
class Action(model.ModelEntity):
@property
def status(self):
return self.data['status']
async def wait(self):
return await self.model.wait_for_action(self.id)