load_scripts

load_scripts — loads scripts.

Syntax

(load_scripts filename enabled)
    

Arguments

filename
The name of a script.
enabled

One of the following flags indicating the enabled state.

  • 1 means enabled; the script will be run immediately after it is loaded.
  • 0 means disabled; the script will be loaded but not run.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command lets you instruct the DataHub to load or not load scripts.