How can I determine if a stack is being updated? I...
# automation-api
h
How can I determine if a stack is being updated? I retrieve the stack information using
await stack.workspace.stack()
, and the result indicates that
updateInProgress
is false. However, when I execute
await stack.up()
, it fails. The output states that "the stack is currently locked by 1 lock(s)".