Play-Resume playlist

Hi! I’m developing a kodi script on Raspberry Pi. I was able to make a playlist with the videos and play them without problem with:
xbmc.Player().play(videoList)

My question is, the xbmc library allows you to save the playlist time so that if you turn the device off and then back on, resume playlist the instant you stayedConfused

Thank you!