Expand description
Wait operation — time-based suspension.
Implement FR12-FR13: suspend for specified duration, resume after elapsed.
The wait operation uses a single START checkpoint with WaitOptions.
The server handles the timer and transitions the operation to SUCCEEDED.
On re-invocation, the replay engine finds the completed wait and skips it.