| CMSThread Properties | 
The CMSThread type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowAsyncActions | 
            Indicates if new threads can be created within this thread. (By default no new threads are created.)
             | 
|  | ConnectionString | 
            Connection string name that the thread should use to access the database
             | 
|  | IsBackground | 
            Defines if a thread is a background thread
             | 
|  | Log | 
            Logs for long running operations.
             | 
|  | Mode | 
            If true, the thread runs synchronously
             | 
|  | Priority | 
            Specifies the scheduling priority.
             | 
|  | RunInSequence | 
            If true, the thread is a part of the sequence and should perform the actions after the previous thread finishes.
            (Inherited from AbstractWorker.) | 
|   | RunningThreads | 
            Counter of running Threads.
             | 
|  | ThreadFinished | 
            Time when the thread finished.
             | 
|  | ThreadGUID | 
            Thread GUID.
             | 
|  | ThreadID | 
            Thread ID.
             | 
|  | ThreadStarted | 
            Time when the thread started.
             | 
 See Also
See Also