You can resume a covered experience that was previously started and stored in the context. This is useful for distributed operations or when work spans multiple processes:
**Note:** The `resume` method loads the start time from the Labkit context. If no experience data exists in the context, it behaves the same as calling methods on an unstarted experience (raises `UnstartedError` in development/test environments, or safely ignores in other environments).
### Error Handling
When using the block form, errors are automatically captured: