These exports can be called from other client scripts.
-- Start a specific taskexports['hsTaskRunner']:StartTask(taskName)-- Cancel the current taskexports['hsTaskRunner']:CancelTask()-- Check if a task is in progresslocal inProgress = exports['hsTaskRunner']:IsTaskInProgress()