eParallelMode

Parent Previous Next

///////////////////////////////////////////////////////////////////////////////////////////////////

// enum eParallelMode


[helpstring("Options for the parallel mode of evaluation")]

typedef enum eParallelMode

{

 [helpstring("Parallel mode is possible and recommended")]

 eParallelModeYes,


 [helpstring("Parallel mode is possible but not recommended")]

 eParallelModeNotRecommended,


 [helpstring("Parallel mode is not possible")]

 eParallelModeNotPossible

} eParallelMode;