nxa.RemoveScriptTask
Description
Removes all SCRIPT tasks matching the provided parameters from the runtime system, even if defined in the definition file.
Signature
nxa.RemoveScriptTask (string, number)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
ItemID | string | M | The source ItemID of the task that is to be removed. |
moduleID | number | O | moduleID as set in the nxa.AddScriptTask() function. |
Return
None.