THREADSTATUS


The 4GL command THREAD returns a THREADSTATUS() for every command and can contain the following values:

Table 33. THREADSTATUS

ValueDescriptionAdditional Information
0Command processed successfully.All OK.
10301Can not start thread from thread.Threads can only be started from the main thread and can not be nested.
10302Can not get thread object.Validate application and resolve errors.
10303Can not get thread id.No thread is running.
10398Feature not implemented yet.Please contact support about the status of this feature.
10399Unknown error.No additional info. Please contact support.