The R Project SVN R

Rev

Rev 25099 | Rev 30915 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25099 Rev 27625
Line 3... Line 3...
3
\title{Query the names of the current internal top-level task callbacks}
3
\title{Query the names of the current internal top-level task callbacks}
4
\description{
4
\description{
5
  This provides a way to get the names (or identifiers)
5
  This provides a way to get the names (or identifiers)
6
  for the currently registered task callbacks
6
  for the currently registered task callbacks
7
  that are invoked at the conclusion of each top-level task.
7
  that are invoked at the conclusion of each top-level task.
8
  These identifies can be used to remove a callback.
8
  These identifiers can be used to remove a callback.
9
}
9
}
10
\usage{
10
\usage{
11
getTaskCallbackNames()
11
getTaskCallbackNames()
12
}
12
}
13
\arguments{
13
\arguments{