| AddUserTimeNonWorkShiftInProcessingMode Property |  | 
                The processing mode to use when this transaction is sent
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string ProcessingMode { get; set; }function get_ProcessingMode();
function set_ProcessingMode(value);
Property Value
String Remarks
Remarks
                The processing mode to use when this transaction is sent.    
                
Modes
| Name | Description | 
|---|
| DEFAULT | The default setting for this mode holds to a general processing cycle where when this transaction is sent it will be added to a queue for processing.
                                When a transaction is queued it may take several minutes before its processed meaning that it will not up with the correct state in the UI until it is completed. | 
| REAL-TIME | The transaction sent will be processed immediately and not added to the queue. | 
 Example
Example10
 See Also
See Also