## What changed?
Add CHASM lifecycle paused state. Invalidates all pending logical tasks.
## Why?
There are duplicate implementations in Libraries where authors have
implemented their own statuses to act as a PAUSE state, preventing all
tasks from executing.
## How did you test it?
- [X] built
- [X] run locally and tested manually
- [X] covered by existing tests
- [X] added new unit test(s)
- [ ] added new functional test(s)