Currently, there is no way to directly lock tokens from moving. However, there are a couple ways to prevent players from moving but neither are very satisfactory solutions:
1) Move the player token to the map layer. You will have to move it back to the token layer when their turn comes up.
2) Remove player control permission from the player token so that they cannot move it. You will have to restore player control permission when their turn comes up.
- Gauss