public class ThreadingOption extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
isThreadingEnabled
Public access.
|
Constructor and Description |
---|
ThreadingOption() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isThreadingEnabled()
Returns true when threading is enabled
|
static void |
setThreadingEnabled(Boolean threadingEnabled)
Sets the thread option on.
|
public static void setThreadingEnabled(Boolean threadingEnabled)
threadingEnabled
- option onpublic static boolean isThreadingEnabled()