TaskIsExcluded

Top  Previous  Next

 

This condition is only available to users that hold a Pro License

 

The TaskIsExcluded condition returns true if the specified task name is excluded.

lamp Important: Tasks are a Pro Only power user feature, which is why this condition is also only available with a Pro License.

Command Syntax

 

The Command syntax is the command name, followed by a colon, then the task name to check:

 

TaskIsExcluded:[TaskName]

 

Parameters:

 

TaskName: The task name to check

 

The parameter is compulsory and must be surrounded by quotation marks if one or more spaces are included in the task name. It is good practice to include the quotation marks in any case, so that it reduces the risk of error when writing scripts. If the parameter is missing an error will be thrown.

 

Example:

 

If:TaskIsExcluded:"Upload File Task",Remark:"Yes",Remark:"No"

 

See Also: Tasks NotTaskIsExcluded HasTaskExclusions NotHasTaskExclusions