load_plugin

load_plugin — loads a specified plugin. (experimental)

Syntax

(load_plugin plugin_name run_now)
    

Arguments

plugin_name

The name of a plugin.

run_now

One of the following flags:

    1 means the plugin will run immediately after it is loaded.

    0 means disabled; the plugin 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 a plugin.

[Note]

The commands related to plugins are currently experimental.