ComponentPro UltimateFtp

      ThreadState Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Specifies the execution states of a Thread.

      Syntax

      public enum ThreadState

      Members

      NameDescription
      UnstartedThe Thread.Start() method has not been invoked on the thread.
      StartedThe thread has been started, it is not blocked.
      AbortedThe thread is now dead, but its state has not yet changed to Stopped.
      StoppedThe thread has stopped.
      Top

      Framework

      Portable Class Library for Windows Phone 8.1 and Windows 8.1 Store AppsPortable Class Library for Windows Phone 8.1 and Windows 8.1 Store Apps

      Supported version: 4.6.x and later
      Assembly: ComponentPro.Common.WinPcl (in ComponentPro.Common.WinPcl.dll)

      Universal Windows Platform (includes Windows 10 Mobile, Windows 10 Store Apps and Windows 10 IoT)Universal Windows Platform (includes Windows 10 Mobile, Windows 10 Store Apps and Windows 10 IoT)

      Supported version: 4.6.x and later
      Assembly: ComponentPro.Common.Uwp (in ComponentPro.Common.Uwp.dll)

      See Also