The 4GL command THREAD returns a THREADSTATUS() for
every command and can contain the following values:
Table 33. THREADSTATUS
Value | Description | Additional Information |
---|
0 | Command processed successfully. | All OK. |
10301 | Can not start thread from thread. | Threads can only be started from the main thread and can not be nested. |
10302 | Can not get thread object. | Validate application and resolve errors. |
10303 | Can not get thread id. | No thread is running. |
10398 | Feature not implemented yet. | Please contact support about the status of this feature. |
10399 | Unknown error. | No additional info. Please contact support. |