nxa.RemoveItemTask
Description
Removes the item task with the given TaskID from the runtime system, even if defined in the definition file.
Signature
nxa.RemoveItemTask (string, number)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
 TaskID | string | M | The TaskID as returned by nxa.AddItem*() functions. |
Return
Type | Description |
---|---|
bool | True if TaskID was found – false otherwise |