Hi! Given an executed prompt, would there be a way to change its status programmatically, possibly from another thread? Something like: ``` prompt = inquirer.select(...) prompt.execute() prompt.status = "skipped" ``` Thank you!