Utility methods
Overview
These methods provide useful information about Scully processes.
isScullyRunning():
boolean
This method returns true
or false
if the Scully build is currently running. You can use this for example to disable parts of your application that require user interaction
isScullyGenerated():
boolean
This method returns true
if the Scully build has run. This means your application is booted from a Scully generated index.html
.