Description
Deactivates the item task with the given TaskID in the runtime system.
Signature
nxa.DeactivateItemTask (string, number)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
TaskID | string | M | The TaskID as returned by nxa.AddItemAdd*Task() functions. |
Return
...
Type | Description |
---|---|
bool | True if TaskID was found – false otherwise |