 |
OpendTect
6.6
|
Go to the documentation of this file.
18 #define mPROC_STATUS 'S'
19 #define mCTRL_STATUS 'C'
20 #define mEXIT_STATUS 'E'
21 #define mERROR_MSG 'e'
26 #define mSTAT_WORKING 1
27 #define mSTAT_WRAPUP 2
28 #define mSTAT_FINISHED 3
29 #define mSTAT_ALLDONE 4
30 #define mSTAT_PAUSED 5
31 #define mSTAT_JOBERROR -1
32 #define mSTAT_HSTERROR -2
33 #define mSTAT_KILLED -3
34 #define mSTAT_TIMEOUT -4
36 #define mIsOk( stat ) ( stat >= 0 && stat <= mSTAT_PAUSED )
37 #define mIsError( stat ) ( stat < 0 || stat > mSTAT_PAUSED )
43 #define mRSP_PAUSE 'P'
44 #define mRSP_UNDEF 'U'
Generated at
for the OpendTect
seismic interpretation project.
Copyright (C): dGB Beheer B.V. 1995-2021