Files
shiny/man/invalidateLater.Rd
2012-07-18 09:00:32 -07:00

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.
}