Content
isStarted()
Check if a specific Usertour content has been started
The 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.
Parameters
String, required - The unique identifier of the content. You can find this ID in the content detail page URL: /env/{envId}/{contentType}/{contentId}/detail
Return
boolean
- Returns true
if the content has been started, false
if it hasn’t been started yet.
Example
Basic Usage
Make sure to call init()
before using any other Usertour.js methods