mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-29 16:58:11 -05:00
16 lines
345 B
R
16 lines
345 B
R
\name{invalidateLater}
|
|
\alias{invalidateLater}
|
|
\title{Scheduled Invalidation}
|
|
\usage{
|
|
invalidateLater(millis)
|
|
}
|
|
\arguments{
|
|
\item{millis}{Approximate milliseconds to wait before
|
|
invalidating the current reactive context.}
|
|
}
|
|
\description{
|
|
Schedules the current reactive context to be invalidated
|
|
in the given number of milliseconds.
|
|
}
|
|
|