load_scripts

load_scripts — loads scripts.

Synopsis

(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 a DataHub instance to load or not load scripts.