up: THREAD     index Zimbu documentation

ENUM THREAD.State @public

summary

     

The possible states a thread can be in.

values

     
new 

thread has just been created, start() not invoked.

running 

start() has been invoked.

finished 

the thread has finished executing body().

members (alphabetically)

     

license

      Copyright 2009 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0