Create relies on the inherited Create constructor to initialize the object instance. In Create,
Stopped is set to the value in the ACreateSuspended parameter. If ACreateSuspended is True, you should call the
Start method in order to start thread execution. If ACreateSuspended is False, the thread automatically starts its execution.
Create insures that GNotifyThread contains a valid TIdNotifyThread instance prior to extiing from the method.