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