Description

Launch a task with the specified name.


Syntax

designer.launchTask("TASK NAME");

Parameters

Parameter Type Description
TASK NAME String Insert the name of the task

Return

This function does not return anything.


Example

Launch a task with a javascript node

Main Code

if(launch){
  designer.launchTask("My Task");
}

Note

Input launch is of type float.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.