nxa.IsValidItemTask
Description
Checks if the task identified by the given TaskID exists.
Signature
nxa.IsValidItemTask (string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
TaskID | string | M | The TaskID that identifies the queried task. |
Return
Type | Description |
---|---|
bool | TRUE if the task exists, FALSE otherwise. |