Wait

class Wait : public feasst::Action

Perform a number of trials.

Arguments

  • until_file_exists: wait until the given file name exists. If multiple files are required, then use the following syntax: “prefix[number]suffix” where number is the number of files and [number] is replaced with the interger indices of [0, number-1] in increments of one.

  • seconds_per_check: wait this many seconds before checking (default: 5).