This repository was archived by the owner on Jan 20, 2020. It is now read-only.
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
Make state
a property that automatically calls refresh #27
Open
Description
Example: I have a stack that is in state 'Stopped'. I have a local reference to that stack in the variable stack
. I call stack.start()
. The state is now indefinitely 'Starting' until I call .refresh()
. It's simple to call refresh but it'd be even easier to make state
a @property
that calls refresh before reporting its (new) value.
Metadata
Metadata
Assignees
Labels
No labels