presentmentScope
A CoroutineScope for the presentment process.
Any coroutine launched in this scope will be automatically canceled when presentment completes.
This should only be read in states which aren't State.IDLE and State.COMPLETED. It will throw IllegalStateException if this is not the case.