Description
Launch the task with the specified name.
Syntax
designer.launchTask("TASK NAME");
Parameters
Parameter | Type | Description |
---|---|---|
TASK NAME |
String | Name of the task |
Return
This function does not return anything.
Example
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.