native
task_exists
Syntax
native task_exists(id = 0, outside = 0);
Description
Returns if a task with the specified id exists.
Parameters
| id | Task id to search for |
|---|---|
| outside | Search for tasks set by other plugins if nonzero |
Return
1 if a task was found, 0 otherwise