waitIfBlocked
Available from version | 1.29.0 |
---|---|
Usage | /waitIfBlocked or /waitIfBlocked <Maximum waiting time in minutes> |
Description
This argument specifies whether to wait if the data source (Data.xml) is blocked, e.g. by another command line interface call.
By default, the program does not wait for the data source to be unblocked.
The following values are allowed:
Value | Description | Default |
---|---|---|
Waiting indefinitely for the data source to be unblocked | ||
0 | Waiting indefinitely for the data source to be unblocked | |
Number > 0 | Waiting for the specified number of minutes for the data source to be unblocked |
If this argument is not specified, the program does not wait for the data source to be unblocked.
Example
IBI.aws.Admin.exe (...)
The program will not wait for the data source to be unblocked because the argument is not specified.
IBI.aws.Admin.exe (...) /waitIfBlocked
Waiting indefinitely for the data source to be unblocked.
IBI.aws.Admin.exe (...) /waitIfBlocked 0
Waiting indefinitely for the data source to be unblocked.
IBI.aws.Admin.exe (...) /waitIfBlocked 15
Waiting for a maximum of 15 minutes for the data source to be unblocked.
IBI.aws.Admin.exe (...) /waitIfBlocked 120
Waiting for a maximum of 120 minutes (2 hours) for the data source to be unblocked.