OneTimeSchedule.this

Constructs a one-time schedule to execute after the given duration has passed, from the current system time.

  1. this(SysTime executionTime)
  2. this(Duration timeUntilExecution)
    class OneTimeSchedule
    this

Parameters

timeUntilExecution Duration

The time from now until execution.

Meta