isRunning ========= :doc:`/types/ProfilerInterface/index`::isRunning Checks if the profiler is running. Declaration ----------- .. code-block:: cpp virtual bool isRunning() const = 0; Parameters ---------- None. Returns ------- ``true`` if the profiler is currently running, else, returns ``false``.