AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de gestión de procesos / Hilos, semáforos, señales y mutex
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ThreadState (Function)
In french: ThreadEtat
Returns the current status of a thread.
Example
IF ThreadState("Thread1") = threadSuspended THEN
ThreadResume("Thread1")
END
Syntax
<Result> = ThreadState(<Thread name>)
<Result>: Constant
Current status of thread:
threadRunningThe thread is running.
threadStopRequestedA stop request has been made for this thread.
threadSuspendedThe thread is suspended.
threadUnknownThe thread was not created or it was destroyed.
<Thread name>: Character string
Name of thread whose status is requested. This name is given when running the thread (ThreadExecute).
Component: wd290vm.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local