next_op_secs: Relative time to next scheduled operation

View source: R/later.R

next_op_secsR Documentation

Relative time to next scheduled operation

Description

Returns the duration between now and the earliest operation that is currently scheduled, in seconds. If the operation is in the past, the value will be negative. If no operation is currently scheduled, the value will be Inf.

Usage

next_op_secs(loop = current_loop())

Arguments

loop

A handle to an event loop.


later documentation built on May 3, 2023, 1:17 a.m.