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 public string ProcessingMode { get; set; }
function get_ProcessingMode();
function set_ProcessingMode(value);
Property Value
StringRemarks
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 10
See Also