Wait for a condition to become true or a timeout, whichever comes first.
Table 62. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
MaxWait |
Integer |
Set the maximum length of time to wait in units | 3min | Yes |
WaitUnit |
String |
Set the max wait time unit. Must be one of
"week ","day ", "hour ",
"minute ", "second ", "millisecond "
|
millisecond | No |
CheckEvery |
Integer |
Set the time between each check | 500ms | Yes |
CheckEveryUnit |
String |
Set the check every time unit. Must be one of
"week ","day ", "hour ",
"minute ", "second ", "millisecond "
|
milliseconds | No |
TimeoutProperty |
String |
Name of the property to set after a timeout. | null | No |