pabot icon indicating copy to clipboard operation
pabot copied to clipboard

Implement Wait Keywords Family in PabotLib

Open sebastianciupinski opened this issue 3 years ago • 0 comments

Currently there are:

  • Set Parallel Value For Key
  • Get Parallel Value For Key

I think following may be usefull:

  • Wait Until Parallel Value For Key Equals [Arguments] key, desired_value, timeout=30s

  • Wait Until Parallel Value For Key Does Not Equal [Arguments] key, unwanted_value, timeout=30s

i know there are probaly other ways of processes synchronization, but documentation is not explaining those mechanism with examples

sebastianciupinski avatar Oct 29 '21 12:10 sebastianciupinski