Pauses the currently running coroutine for the given object ID. The coroutine can be resumed later using unpauseCoroutine.
The object ID whose coroutine to pause
Optional
Optional name to verify the expected coroutine is being paused (will be verified to match the currently running coroutine)
Pauses the currently running coroutine for the given object ID. The coroutine can be resumed later using unpauseCoroutine.