is RestartThing necessary when creating thing from script service ?
Hi,
According to the posts below :
https://community.ptc.com/t5/IoT-Tech-Tips/Creating-a-Thing-in-Service-Script/td-p/533427
var params = {
name: "NewThingName",
thingTemplateName: "GenericThing"
};
Resources["EntityServices"].CreateThing(params);
Things["NewThingName"].EnableThing();
Things["NewThingName"].RestartThing();
The step is CreateThing->EnableThing->RestartThing , but in my test , I found thing works well even if I don't call the service RestartThing. is this step still necessary in ThingWorx 9.1.0 ?
Regards,
Sean

