/
nxa.GetItemTasks
nxa.GetItemTasks
Description
Returns the TaskIDs of all static tasks related to the given ItemID. Static tasks are tasks that were not created through a task definition file but through LUA or XLogic.
Signature
nxa.GetItemTasks (string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
ItemID | string | M | The ItemID for which relates tasks are queried. |
Return
Type | Description |
---|---|
string [] | An assay of strings containing the TaskIDs of the static tasks related to the given ItemID. |
, multiple selections available,
Related content
nxa.IsActiveItemTask
nxa.IsActiveItemTask
More like this
nxa.ActivateItemTask
nxa.ActivateItemTask
More like this
nxa.DestinationItemID
nxa.DestinationItemID
More like this
nxa.IsValidItemTask
nxa.IsValidItemTask
More like this
nxa.RemoveItemTask
nxa.RemoveItemTask
More like this
nxa.DeactivateItemTask
nxa.DeactivateItemTask
More like this