Blocking
Whether the DREADDDATA index action on the target IDOL Server must be complete before the next index action starts.
Set Blocking
to true
to ensure each DREADDDATA action is complete.
Set Blocking
to false
if you do not want DREEXPORTREMOTE to wait for each index action to complete before it runs the next. In this case, the DREEXPORTREMOTE action finishes sending the data to the target server and then reports the IndexerGetStatus code -38
until the target server completes indexing. IDOL Server continues processing index actions while the status is -38
.
NOTE: When you set Blocking
to false
, the percentage_processed
that the IndexerGetStatus action returns is a measure of how many files have been sent to the target server. 100% means that the target server has received all the files.
Actions: | DREEXPORTREMOTE |
Type: | Boolean |
Default: | True |
Example: | Blocking=false
|
See Also: | IndexerGetStatus action |