Check if a specific Usertour content has been started
isStarted()
method allows you to check whether a specific Usertour content has been started. Currently, this method supports checking the status of flows and checklists. This method returns a boolean value indicating the content’s start status.
/env/{envId}/{contentType}/{contentId}/detail
boolean
- Returns true
if the content has been started, false
if it hasn’t been started yet.
init()
before using any other Usertour.js methods