wait


Description:

[ NoWrapper ]
public virtual ClockReturn wait (ClockEntry entry, out ClockTimeDiff jitter)

Perform a blocking wait on the given ClockEntry and return the jitter.

Parameters:

this

the Clock

entry

the entry to wait on

jitter

a pointer that will contain the jitter

Returns:

the result of the blocking wait. EARLY will be returned if the current clock time is past the time of id, OK if id was scheduled in time. UNSCHEDULED if id was unscheduled with id_unschedule.