Start instructs the thread instance to start or resume iterating through the main thread of execution for the thread.
If Stopped is True when Start is called, the values of Stopped and the inherited Suspended property are set to False, and the main thread of execution is allowed to continue.