Client Exports

These exports can be called from other client scripts.

-- Start a specific task
exports['hsTaskRunner']:StartTask(taskName)

-- Cancel the current task
exports['hsTaskRunner']:CancelTask()

-- Check if a task is in progress
local inProgress = exports['hsTaskRunner']:IsTaskInProgress()

Last updated